Forum Replies Created

Viewing 30 posts - 61,051 through 61,080 (of 67,145 total)
  • Author
    Posts
  • in reply to: Logo Size Too Big on Mobile Device #217728

    Hi!

    You can add this one;

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
    margin: 0 auto;
    max-width: 268px !important;
    }
    }

    Cheers!
    Ismael

    in reply to: Items not Loading #217727

    Hi!

    Have you tried disabling all your plugins? Please contact your host and ask them if they could upgrade the php version.

    Regards,
    Ismael

    Hey Alex!

    Are you using the Advance Layout Builder for the portfolio items? You need to edit the “template-builder.php” then.

    Cheers!
    Ismael

    in reply to: "normal" box shortcode? #217723

    Hi melonmelon!

    No, there is no box shortcode. Please elaborate.

    Regards,
    Ismael

    in reply to: Logosize stretch #217722

    Hi!

    You can add this on Quick CSS or custom.css to adjust the height of the header. It will automatically adjust the max width of the logo too:

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 229px;
    line-height: 229px;
    }
    

    I don’t think it looks good. The current size of your logo now looks better.

    Best regards,
    Ismael

    in reply to: Clickable header phone number #217721

    Hi!

    Please edit header.php, find this code on line 14:

    <meta charset="<?php bloginfo( 'charset' ); ?>" />

    Below, add this code:

    <meta name="format-detection" content="telephone=yes">

    Best regards,
    Ismael

    in reply to: Full width header image and menu under it #217720

    Hi!

    The “Header with social icons and bottom navigation” header already have a bottom navigation or menu. It is below the logo or the image.

    Regards,
    Ismael

    in reply to: Fullslider problems in IE7, and IE8 #217719

    Hi!

    Can you please give us a link to the actual website? We would like to inspectit. Note that the theme is not compatible with IE7 below. You can check it on the Enfold’s browser compatibility.

    Regards,
    Ismael

    in reply to: Responsive theme that supports a banner across the top #217717

    Hey!

    Change the header type to “Header with Social icons and bottom navigation”. Edit header.php, find this code:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Below, you can add the banner code:

    echo "<img class='header-banner' src='IMAGE URL HERE'/>";

    Use media queries to resize the banner on different screen sizes.

    Regards,
    Ismael

    in reply to: Make menu div full width of container? #217716

    Hey!

    Have you tried using the selector “#header_main_alternate”? Apply the css code above on that selector.

    Best regards,
    Ismael

    in reply to: Fatal Error(s): #217327

    Hi!

    Have you tried the solution above? That should fix the issue. The current allowed memory on your installation is 40M. You should increase that to at least 128M. Please refer to the link that I gave you. http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    in reply to: Wrap portflio item page content in a div #217325

    Hi webWahine!

    You can edit header.php, find this code on line 70:

    <div id='wrap_all'>

    Replace it with:

    <div id='wrap_all' class='cleanprint-include'>

    Cheers!
    Ismael

    in reply to: Page Headers #217324

    Hey dkiessling!

    What is the plugin that you’re using? You need to insert the avia_title function on the custom post type property template.

    
    	$title  = __('Blog - Latest News', 'avia_framework'); //default blog title
    	$t_link = home_url('/');
    	$t_sub = "";
    
    	if(avia_get_option('frontpage') && $new = avia_get_option('blogpage'))
    	{
    		$title 	= get_the_title($new); //if the blog is attached to a page use this title
    		$t_link = get_permalink($new);
    		$t_sub =  avia_post_meta($new, 'subtitle');
    	}
    
    	if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));

    Please contact the plugin author.

    Regards,
    Ismael

    in reply to: Layerslider not working after moving the website #217322

    Hey jansthh!

    Since I don’t have access on the database, please try this one. Go to your Enfold database via cpanel > phpmyadmin. Look for the wp_layerslider table. Select all the slides then export it using XML format. Go to the new installation then import the wp_layerslider xml file. Make sure that all assets like images are in the proper folders and with the proper file name.

    Note: You should export the slides inside the wp_layerslider not the wp_layerslider table.

    Best regards,
    Ismael

    Hi w3developing!

    Edit js > avia.js, find this code on line 5:

    $(document).ready(function()
        {

    Below, add this code:

    $("a.prevent").click(function(event){ event.preventDefault(); });

    The html code should look like this:

    <a class="prevent" href="http://www.google.com">Click Here</a>

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: partner/logo elements on mobile #217311

    Hi Munford!

    I’m sorry but I don’t think that is possible without custom modifications because it wraps the logo entry on a “slide-entry-wrap” container. Please hire a freelance developer to modify the Logo/Partner element for you.

    Best regards,
    Ismael

    in reply to: Shop page sidebar widget question #217310

    Hi kcristella!

    Go to Appearance > Widgets, look for the Meta and the Woocommerce Price Filter widgets.

    Best regards,
    Ismael

    in reply to: Top Line Heading #217309

    Hi!

    You can html tags on “Phone Number or small info text” field. You can add something like this for example:

    Contact Us for Advice <img src="MAIL ICON"> | img src="PHONE ICON"> Telephone Number

    Create your own icon image.

    Best regards,
    Ismael

    in reply to: Enfold Dropdown List Bug #217308

    Hey!

    Yes, you can remove that code but it won’t hurt if you don’t.

    Best regards,
    Ismael

    Hi SSWD!

    You can increase the php memory limit. Please refer to this link.

    Regards,
    Ismael

    in reply to: Lasted News Widget – Number of items bug #217300

    Hey Jean!

    Can you please give us a link to the website? Try to deactivate all plugins, see if it fixes it.

    Best regards,
    Ismael

    in reply to: animation shift / layer slider #217299

    Hey Munford!

    There is no layer slider on the page. On what browser and OS are you testing this with?

    Regards,
    Ismael

    in reply to: Social Media Icon HTML #217298

    Hey Gstar72!

    This is the html code of the social icons:

    <ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_linkedin social_icon_1"><a target="_blank" href="http://www.linkedin.com/in/GaryFlooks" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Linkedin"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="https://twitter.com/NaturalOutlook" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"></a></li><li class="social_bookmarks_gplus social_icon_3"><a target="_blank" href="https://plus.google.com/u/0/104229833865270222238/about" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Gplus"></a></li><li class="social_bookmarks_mail social_icon_4"><a href="mailto: (Email address hidden if logged out) " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Mail"></a></li></ul>

    Cheers!
    Ismael

    in reply to: Logo in correct place. #217295

    Hey!

    There are 3 images on the header. Can you please elaborate the issue?

    Regards,
    Ismael

    Hi wayzart!

    What do you mean by “chasing the image”?

    Best regards,
    Ismael

    in reply to: move media from uploads folder outside of wordpress folder #217290

    Hi!

    You can add something like this on wp-config.php to move the image folder.

    define( 'UPLOADS', '/wp-content/uploads/custom' );

    This will create a folder named “custom” inside the uploads folder. All images will be place on “custom” folder.

    Note: This will change the directory of the image folder and you might need to move the existing images on the new folder.

    Regards,
    Ismael

    in reply to: Masonry Gallery maximum Picture Size #217287

    Hey frawer!

    You can change the thumbnail size on Settings > Media. Change the Large Size value then regenerate the thumbnails using this plugin.

    Cheers!
    Ismael

    in reply to: Centralising the slider image when in responsiveness mode #217284

    Hey!

    You can use the button shortcode. Produce the shortcode on a page or post, copy it then paste it on the Div / Video field of the layer slider. You will see the actual shortcode on the preview but it will render the right button on the front end.

    Best regards,
    Ismael

    in reply to: Styling bbpress topic header. #217281

    Hey Lorra!

    Can you please post a screenshot of how you want the forum to look like? You can inspect the forum elements using the Google Chrome Inspect Element tool then apply the modifications on the Quick CSS or custom.css file. Please watch this video.

    Regards,
    Ismael

    in reply to: Icons at top right #217280

    Hey oncorsolutions!

    You can use html tags on Enfold > Header > Phone Number or small info text.

    Regards,
    Ismael

Viewing 30 posts - 61,051 through 61,080 (of 67,145 total)