Forum Replies Created

Viewing 15 posts - 8,506 through 8,520 (of 8,657 total)
  • Author
    Posts
  • in reply to: How to enable Infinite Scrolling with JetPack #1696
    wensolutions
    Keymaster

    Hello @edqu84,
    First of all, thanks for your fantastic feedback for the theme.

    To be precise, this feature is not available in the free version of the theme. That is, free version is not compatible for this feature. However, the PRO version of the theme is already ‘infinite-scroll’ ready. You can check out some awesome features of the pro version here:
    http://themepalace.com/theme-instructions/magzimum-pro/

    Thanks,

    in reply to: Main Nav Active Hover Color #1694
    wensolutions
    Keymaster

    Hello @Anthony,
    For fist question: we would request you to please post your site-url.

    For second question regarding changes: The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:

    https://codex.wordpress.org/Child_Themes

    I hope this helps resolve your issue.
    Regards.

    in reply to: service icon spin #1693
    wensolutions
    Keymaster

    Hello @Anthony,
    For this, Go to Appearance->Customize->Theme Options->Custom CSS and paste the following code inside it:

    .about-list:hover .icon-section i{
     -webkit-transform: none !important;
     transform: none !important;
    }

    I hope this helps resolve your issue.
    Regards.

    in reply to: Upper menu bar color #1691
    wensolutions
    Keymaster

    Hello @delfinaki58,
    Did the code provided by Anthony worked?
    Anyways, here’s the code to change upper menu bar change color from black to blue:
    Go to Customize->Theme Options->Custom CSS and paste the following code.
    .navbar-fixed-active{background-color:#004c8e !important;}

    I hope this helps resolve your issue.
    Regards.

    in reply to: Contact Form #1690
    wensolutions
    Keymaster

    Hello @Joseph

    I can’t find where I create/enable the Contact Form that is advertised as a part of the Biography Pro

    For Contact Form you have to first enable Contact Section.To enable Contact Section Go to Admin Panel -> Appearance -> Customize -> Home/Front Contact Section.
    In this section you will see different options and do as shown in this image http://prntscr.com/a77a0x
    This will enable contact section in front page.
    Now you need to install and activate Contact Form 7 plugin.Now you need to copy and paste the shortcode of the contact-form you have created through this plugin as shown in above screenshot.
    Hope this will help to solve your issue.
    Feel free to post if any confusion during the process.

    Best Regards!!!

    in reply to: How to add "Clickable Image Featured-Content" #1689
    wensolutions
    Keymaster

    Hello @rosty.jeedom,
    Replies for above queries are posted below:

    1) I believe that you do not understand, I want ONLY the widget on the home page.
    Look on page 2 (http://rostylesbonstuyaux.fr/page/2/) the widget is still there, how to remove them?

    This is not a basic customization. And that is why we kindly recommended you to to Hire a Customizer.

    2) I would like it to have it just the “previous articles” button on the home page.

    This button is seen only if there is at least one item post present. So, if you don’t have any item on the home page, the previous article button also can’t be shown. This is directly related to post number. However, some customization would do it. But this too is not a basic customization. And that is why we kindly recommended you to to Hire a Customizer.

    3) it is ok for “small” to “medium” but the image is huge (in media correctly set yet)

    For this, we would recommend you to crop those huge images and re-upload them.

    4) image is better, how to align it right? http://img11.hostingpics.net/pics/530439search.jpg

    Just add this css code in your child theme’s style:

    li#searchform {
        float: right;
        margin-top: 3px;
    }

    5) it does not work, what are the color of the font that is changing with this code (see website)

    As there were widgets in the footer previously, we provided you that css. But now we can’t see widgets in your footer. The above given css is for footer widgets.

    Regards,

    in reply to: How to add "Clickable Image Featured-Content" #1676
    wensolutions
    Keymaster

    Hello @rosty.jeedom,
    Below are the answers for all of your queries:

    1) I would like the widgets that are added in “front page widget area” is only visible on the homepage, this is not the case.

    Go to Customize-> Widgets -> Front Page Widget Area. Click Add a Widget and Select the Widget you needed to show on the Home Page.

    2) When I chose to post articles on the home page, I have the “previous articles” button that appears, I want this button to be present but without any items on the home page (only widgets), articles will then be visible in page 2.3 etc …

    Previous Articles button is seen only if there is atleast one item post present. So, if you don’t have any item on the home page, the previous article button also can’t be shown.

    3) I have done a child theme but I can not find how to reduce the thumbnails ….

    Replace the word large of ‘aligncenter’ ) ); ?> inside content.php with medium or small. Copy the file content.php and all its associated folders of parent theme into child theme and make changes.

    4) I can not align with the right search bar.
    The search bar is aligned right in theme. So, it doesn’t have any meaning to align the something right which is right aligned itself.

    5) how to add the white background for the widget footer?

    Go to Customize-> Themes Options-> Custom CSS and paste the following code inside the box.

    #footer-widgets .widget-title,  .footer-widget-area ul li a, .footer-widget-area p, .footer-widget-area, #colophon, #colophon a {
           color: #fff !important;
    }

    I hope this will help to resolve your issue.
    Regards.

    in reply to: Main Nav Bar #1666
    wensolutions
    Keymaster

    Hello @Anthony,
    Go to Appearance->Customize->Theme Options->Custom CSS and paste the following code inside it:

    .evision-nav-right .main-navigation ul {
       text-align: left !important;
    }
    
    .main-navigation .nav-menu {
       padding-left: 0px !important;
       padding-right: 0px !important;
    }
    .main-navigation a{
        padding:17px 8px 17px 4px!important;
    }
    

    This should give enough space on the first row.
    Let us know how your menu shows up.
    Regards.

    in reply to: Disable the animations on the icons #1665
    wensolutions
    Keymaster

    Hello @Anthony,
    Its easy one 🙂

    Go to Appearance->Customize->Theme Options->Custom CSS and paste the following code inside it:

    .wrap-service .box-container a:hover .icon-container i:before, .wrap-service .box-container a:focus .icon-container i,.wrap-service .box-container a:active .icon-container i {
        -webkit-animation-name: none !important;
        animation-name: none !important;
      }

    This should be the trick to disable icon animation on hover in the services section.

    Regards.

    in reply to: How to add "Clickable Image Featured-Content" #1664
    wensolutions
    Keymaster

    Hello @,
    Glad to hear that your earlier issue has been resolved 🙂

    However, answers for above queries are replied below:

    1) How to display widget “front page widget area” only on the home page?

    Actually, “front page widget area” is for displaying the widgets assigned to that area in the homepage only. This is the default feature of the theme. For any confusion, feel free to elaborate on this.

    2) How to display the button “previous article on the home page” without there was an article on the home page?

    This is still not clear enough for us. Would you please explain this a bit more?

    3) How to reduce the size of thumbnails articles “Archive list”?

    This feature is not available in the theme. However, this can be achieved by making a Child Theme where some customization is to be done. For this, you may require to Hire a Customizer as it may be realted to some designing as well.

    4) How algner has drite looking bare add in the menu?

    Would you please explain a bit on this? May be with your site-url.

    Thanks,

    in reply to: back to top #1662
    wensolutions
    Keymaster

    @Louise, please check this similar thread http://themepalace.com/topic/back-to-top-button/ for the solution.

    Let us know if you have any problem on it.

    Thanks

    in reply to: How to add "Clickable Image Featured-Content" #1620
    wensolutions
    Keymaster

    Hello @rosty.jeedom,
    For your first request, just paste the following codes in child theme’s ‘functions.php’

    
    function magzimum_render_featured_content( $content_details = array() ){
    
        if ( empty( $content_details ) ) {
          return;
        }
    
        $featured_content_show_arrow     = esc_attr( magzimum_get_option( 'featured_content_show_arrow' ) );
        $featured_content_show_thumbnail = esc_attr( magzimum_get_option( 'featured_content_show_thumbnail' ) );
        $featured_content_show_date      = esc_attr( magzimum_get_option( 'featured_content_show_date' ) );
        $featured_content_show_category  = esc_attr( magzimum_get_option( 'featured_content_show_category' ) );
        $featured_content_enable_autoplay  = esc_attr( magzimum_get_option( 'featured_content_enable_autoplay' ) );
        $featured_content_transition_delay  = absint( magzimum_get_option( 'featured_content_transition_delay' ) );
    
        ?>
        <div id="featured-content">
          <div class="container">
    
            <?php
              $data_text = '';
              if ( 1 == $featured_content_show_arrow ) {
                $data_text .= ' data-show_arrow="1" ';
              }
              if ( 1 == $featured_content_enable_autoplay ) {
                $data_text .= ' data-enable_autoplay="1" ';
              }
              if ( absint( $featured_content_transition_delay ) > 0 ) {
                $data_text .= ' data-transition_delay="' . $featured_content_transition_delay * 1000 . '" ';
              }
             ?>
    
            <div id="main-featured-content" class="owl-carousel" <?php echo $data_text; ?>>
    
                <?php foreach ( $content_details as $key => $content ): ?>
    
                  <div class="item">
                  <?php if ( 1 == $featured_content_show_thumbnail && isset( $content['images'] ) ): ?>
                   <a href="<?php echo esc_url( $content['url']); ?>"><img src="<?php echo esc_url( $content['images'][0] ); ?>" alt="<?php echo esc_attr( $content['title'] ); ?>" class="alignleft" /></a>
                  <?php endif ?>
                  <?php if ( 1 == $featured_content_show_category && ! empty( $content['categories'] )  ): ?>
                    <span class="cat-links"><?php echo $content['categories']; ?></span>
                  <?php endif ?>
                    <h3><a href="<?php echo esc_url( $content['url']); ?>"><?php echo esc_html( $content['title']); ?></a></h3>
                    <?php if ( 1 == $featured_content_show_date ): ?>
                      <span class="date"><?php echo esc_html( $content['date']); ?></span>
                    <?php endif ?>
                  </div>
    
                <?php endforeach ?>
    
            </div> <!-- #main-featured-content -->
    
          </div><!-- .container -->
        </div><!-- #featured-content -->
    
        <?php
      }

    For second issue, would you please elaborate your issue a bit more? May be with your site-url.

    Note: Creating a Child Theme.

    Thanks,

    in reply to: License Key #1616
    wensolutions
    Keymaster

    @caleb-sck,

    The status of the license key you have owned is currently ‘ active ‘ in your domain. So it shouldn’t be a problem, please confirm.

    Thanks

    in reply to: License Key #1615
    wensolutions
    Keymaster

    Hello @caleb-sck,
    Would you please create different tickets for different support question?

    Thanks for the cooperation.

    in reply to: How to add featured image in search results? #1591
    wensolutions
    Keymaster

    Hello @scorbelli,
    Its not the difficult one. Actually few customization like above will do it. Just copy a file called content.php from parent theme which is inside ‘template-parts‘ folder and paste it inside the same folder of the child theme where you have pasted ‘content-search.php’.

    Now comes the editing part. Open the file (content-search.php from child theme) and find the lines <?php the_post_thumbnail( 'large', array( 'class' => 'aligncenter' ) ); ?>. This line is actually present twice. So, just wrap both of those lines like this:
    <a href="<?php echo get_permalink();?>"> <?php the_post_thumbnail( 'large', array( 'class' => 'aligncenter' ) ); ?></a>

    This will do the trick.

    Try this out. Its easy 🙂

    For any confusion, kindly post here.

    Thanks,

Viewing 15 posts - 8,506 through 8,520 (of 8,657 total)