Forum Replies Created

Viewing 30 posts - 59,281 through 59,310 (of 66,246 total)
  • Author
    Posts
  • in reply to: Help with FaceBook Like Box #232577

    Hey park13!

    How are you? I hope you feel great today. Thank you for the question.

    The facebook plugin looks ok when I resize the browser. You can change the “Interesting Links” widget on Appearance > Widgets. Look for the Footer – Column widget areas. Define the number of footer columns on Enfold > Footer > Footer Columns.

    If you already add the image as “Featured Image” then you don’t have to add it on the page or post editor using the “Add Media” button. Please use this plugin to manually resize the thumbnail: http://wordpress.org/plugins/simple-image-sizes/

    Regards,
    Ismael

    in reply to: Third slider is not showing #232572

    Hey!

    I’m sorry but you’re STILL using an old version of the theme. If you’re not sure how to update the theme, please hire a a freelance developer to help you. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750

    The debugging info shows that you’re using version 2.4.5 which a very old version of the theme. Latest version is 2.5.4 which includes script fixes and video background for sliders and color sections.

    Cheers!
    Ismael

    in reply to: Customize and hide some post formats #232570

    Hi!

    Thank you for using the theme. I hope you’re doing well today.

    You can add this on the child theme’s functions.php:

    add_filter('avf_default_icons', 'avf_change_default_icons', 10, 2);
    
    function avf_change_default_icons($icons) {
    	
    $icons['standard']	= array( 'font' =>'entypo-fontello', 'icon' => 'ue836');
    $icons['audio']	        = array( 'font' =>'entypo-fontello', 'icon' => 'ue921');
    return $icons;
    }

    Best regards,
    Ismael

    in reply to: Unique style via CSS inside the Template #232568

    Hi Zheq!

    Thank you for using the theme. I hope you’re doing well today.

    You can add a unique id for the Color Section. Edit the color section element then look the “For Developers: Section ID” field. Add an id like “awesome-section”. Add this on Quick CSS if you want to change the image overlay for that section only:

    #awesome-section .image-overlay{ position: absolute; background: #194670; width: 240px; border-radius: 120px; -webkit-border-radius: 120px; -moz-border-radius: 120px; z-index: 500; height:100%; width:100%; opacity: 0; filter:alpha(opacity=0); }
    

    Best regards,
    Ismael

    Hi!

    Thank you for using the theme. I hope you’re doing well today. You should probably ask the plugin author of the Events Manager plugin. Enfold is not fully configured to work with the Events Manager plugin. If you like to experiment, you can try the Revolution Slider plugin which is compatible with Enfold. Again, I’m not sure if is compatible with the Events Manager shortcodes.

    Best regards,
    Ismael

    in reply to: Menu broken #232563

    Hey!


    @newmesis
    : I hope you’re doing well today. Have you tried Dude’s fix? @primdogg used it and fixed the issue on his website.

    Cheers!
    Ismael

    in reply to: 404 Error on Mobile Site Pages #232562

    Hey!

    Thank you for using the theme. I hope you’re doing well today.

    Have you tried removing the browser cache on your mobile device? Reload the page a few times. I’ll ask Josue and Yigit to check this.

    Best regards,
    Ismael

    in reply to: main logo relocation at the front page. #232561

    Hey!

    Thank you for using the theme. I hope you’re doing well today.

    You can replace Yigit’s code with this if you want to change it for the home page only:

    .home div .logo { left: 40%; }
    

    Cheers!
    Ismael

    in reply to: Picture overlaping #232559

    Hi!

    Hope you’re feeling well today! Thank you for using the support forum.

    I checked the link that you gave us but it takes me to a 404 error page. Please try to flush the permalink settings on Settings > Permalink panel. Click the “Save” button once to flush the settings.

    Cheers!
    Ismael

    in reply to: Anchor Text not working on iOS #232558

    Hey!

    How are you? I hope you feel great today. Thank you for the question.

    I checked the website but there is no section with an id like “client-success”. Please edit the Color Section then place the id on “For Developers: Section ID” field.

    Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Regards,
    Ismael

    Hi Soapmarine!

    Thank you for using the theme. I hope you’re doing well today.

    Please add this on functions.php:

    add_filter('avia_breadcrumbs_args', 'change_breadcrumb_before', 10, 1);
    function change_breadcrumb_before($args) {
    	$args['before'] = '<span class="breadcrumb-title">' . __( 'You are not here, you're there:', 'avia_framework' ) . '</span>';
    	return $args; 	
    }

    If you’re using a child theme, place it at the bottom of the child theme’s functions.php.

    Best regards,
    Ismael

    Hi fgrippe!

    How are you? I hope you feel great today. Thank you for the question.

    You need to use a social plugin like AddThis or Socialize then their shortcode on a Text Widget. You can also generate the Icon shortcode on a test post or page then use place the actual shortcode inside the Text Widget.

    Regards,
    Ismael

    in reply to: Enfold > social icons in header #232552

    Hey David!

    Looks like you managed to move the social icons like the screenshot. You can add the hover background on the social icons using this on Quick CSS:

    #top .social_bookmarks_facebook a {
    color: #fff;
    background-color: #37589b;
    }

    Regards,
    Ismael

    in reply to: main menu item highlighted while on submenu page #232551

    Hi!

    Thank you for using the theme. I hope you’re doing well today.

    You don’t have a sub-menu when I checked the website. Please remove this code:

    #menu-item-3046 > a {
    color: #98bf0d;
    }

    This will force the “projecten” menu item to be highlighted even if it’s not the active page.

    Best regards,
    Ismael

    in reply to: Loading resources from uploads folder with SSL #232206

    Hi!

    You can create a child theme if you want to preserve the modifications that you did. Add the code I posted on the child theme’s functions.php.

    Cheers!
    Ismael

    Hey mark0tz!

    What theme are you currently using? If you have the latest avia framework, you can upload a logo on Theme Options > Logo.

    Best regards,
    Ismael

    in reply to: Facebook Like in Floating Sidebar Not working properly #232202

    Hey!

    Did you remove the “Like” button? I can’t see it on the floating plugin.

    Regards,
    Ismael

    in reply to: Related Products Under Single Product #232200

    Hey!

    Can you please give us a link to the product page with the up-sells and cross-sells linked products?

    Regards,
    Ismael

    in reply to: Change menu colors #232196

    Hey C0rien!

    Please use this:

    .current-menu-item > a {
    color: green !important;
    }
    
    .main_menu a:hover {
    color: green !important;
    }

    Cheers!
    Ismael

    in reply to: how to change theme folder name from themes/enfold #232191

    Hi honesty1993!

    Deactivate the Enfold theme then rename the folder. Activate it again.

    Regards,
    Ismael

    in reply to: Using Georgia Font for Heading #232188

    Hi!

    I’m sorry if you don’t understand me. Like I said, you can’t use fonts which are not included on the Google Fonts library on Heading Font option. Please use Yigit’s code if you want to change the heading to Georgia.

    Cheers!
    Ismael

    in reply to: Closing the ajax portfolio #232186

    Hi Benjaminlivingthebrand!

    Edit config-templatebuilder > avia_shortcodes > portfolio.php, find this code on line 623:

    $output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'>".$entry->post_title."</a></h2>";
    

    Replace it with:

    $output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='#close'>".$entry->post_title."</a></h2>";
    

    Cheers!
    Ismael

    in reply to: how to add new icons into Icon Box? #232184

    Hey honesty1993!

    Please refer to this link: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Regards,
    Ismael

    in reply to: `Changing the name of an element in the wordpress cms #232182

    Hi Benjaminlivingthebrand!

    Edit includes > admin > register-portfolio.php, find this code on line 9:

    'name' => _x('Portfolio Items', 'post type general name','avia_framework'),
    

    Replace it with:

    'name' => _x('Items', 'post type general name','avia_framework'),
    

    Cheers!
    Ismael

    in reply to: Giving the ajax portfolio entries different sizes. #232181

    Hi Benjaminlivingthebrand!

    Can you please post a screenshot of what you’re trying to do? I think it is not possible to set different width for ajax portfolio preview without major css modifications.

    Cheers!
    Ismael

    Hi ullastret!

    Can you please give us a link to the actual website?

    Best regards,
    Ismael

    in reply to: Menu broken #232178

    Hey!

    Please add this on Quick CSS or custom.css:

    #header .avia_mega_div {
    left: -300px !important;
    }

    Regards,
    Ismael

    in reply to: Header size Background Image #232100

    Hi AlexanderPetznek!

    The width of the background image should be 1130px.

    Cheers!
    Ismael

    in reply to: Loading resources from uploads folder with SSL #232097

    Hi!

    Please add this on functions.php:

    function fix_ssl_upload_url( $url ) {
    
    	if ( is_ssl() )
    		$url = str_replace( 'http://', 'https://', $url );
    	return $url;
    
    }
    add_filter( 'upload_dir', 'fix_ssl_upload_url' );

    Regards,
    Ismael

    in reply to: Enfold Showcase #232093

    Hi!

    @ProconsoleRepaid: Good job! I need my PC repaired. Too bad you’re only servicing consoles.


    @kkax
    : The awesomeness is overflowing on that one. Nice website. :)

    Best regards,
    Ismael

Viewing 30 posts - 59,281 through 59,310 (of 66,246 total)