Forum Replies Created

Viewing 30 posts - 62,401 through 62,430 (of 66,017 total)
  • Author
    Posts
  • in reply to: Menu with logo above content – Problem #173974

    Hi!

    My bad! Please use this:

    nav.main_menu { position: absolute; right: 34.5%; top: 57%; }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Subscribe to comments: Any reccommendations? #173973
    in reply to: Avia page builder form mixes up cells on the iPhone #173972

    Hello HighschoolAustralia!

    Please edit css > shortcodes.css, find this code:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia-data-table table,
    	.responsive div .avia-data-table tbody,
    	.responsive div .avia-data-table tr,
    	.responsive div .avia-data-table td,
    	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
    	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
    	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
    	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
    	.responsive .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia-data-table td {
    		position: relative;
    	}
    }

    Remove it to display the avia table on the default format when viewing it on iPhone. We might have to adjust the tables on mobile view.

    Cheers!
    Ismael

    in reply to: Social Badges in IE8 #173968

    Hi!

    I have the same issue on IE8 in my Enfold installation locally and for the life of me can’t figure out a way to fix it. The temporary fix I gave you worked somehow. Have you tried the temporary fix above? Kriesi needs to do some testing on your site to fix the issue. You can check “Set as private reply”. You can also send the login details via email. You can email it to ///. Include the word “Kriesi” on the subject. Add the link of this thread on your email. I will forward it to him and test your site as well.

    Cheers!
    Ismael

    in reply to: issue adding your own sliders #173965

    Hey!

    Please send in the login details on the email address above. Update your Enfold installation to 2.3.1. Download it on your themeforest account.

    Regards,
    Ismael

    in reply to: Text in Text Blocks now ignores alignment. #173964

    Hey!

    If you want the Text Block’s element to center align by default. You can add this on your custom.css or Quick CSS:

    .avia_textblock {
    text-align: center;
    }

    Best regards,
    Ismael

    in reply to: can I have my own created layer slider to be imported #173961

    Hey 666666!

    Where did you get the sliders? Do you have a different site where there is a Layer Slider plugin installed? Copy the code on the “Export” field to the “Import” field then click “Import”.

    Best regards,
    Ismael

    in reply to: How to get rid of some things #173958

    Hey!

    Edit the single product thumbnail size on config-woocommerce > config.php, find this code:

    $avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>450, ‘height’=>999, ‘crop’ => false);

    Replace it with:

    $avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>650, ‘height’=>900, ‘crop’ => false);

    Regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: How to get rid of some things #173957

    Hey!

    Edit config-woocommerce > config.php, find this code starting on line 888:

    #
    # wrap single product image in an extra div
    #
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2);
    add_action( 'woocommerce_before_single_product_summary',  'avia_close_image_div', 20);
    function avia_add_image_div()
    {
    	echo "<div class='four units single-product-main-image alpha'>";
    }
    
    function avia_close_image_div()
    {
    	global $avia_config;
    	$avia_config['currently_viewing'] = "shop_single";
    	get_sidebar();
    	echo "</div>";
    }
    
    #
    # wrap single product summary in an extra div
    #
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25);
    add_action( 'woocommerce_after_single_product_summary',  'avia_close_div', 3);
    function avia_add_summary_div()
    {
    	echo "<div class='eight units single-product-summary'>";
    }

    Replace it with:

    #
    # wrap single product image in an extra div
    #
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2);
    add_action( 'woocommerce_before_single_product_summary',  'avia_close_image_div', 20);
    function avia_add_image_div()
    {
    	echo "<div class='five units single-product-main-image alpha'>";
    }
    
    function avia_close_image_div()
    {
    	global $avia_config;
    	$avia_config['currently_viewing'] = "shop_single";
    	get_sidebar();
    	echo "</div>";
    }
    
    #
    # wrap single product summary in an extra div
    #
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25);
    add_action( 'woocommerce_after_single_product_summary',  'avia_close_div', 3);
    function avia_add_summary_div()
    {
    	echo "<div class='seven units single-product-summary'>";
    }

    This will make the product image container bigger.

    Best regards,
    Ismael

    Hi 666666!

    Edit framework > css > avia_admin.css, add this code at the very bottom:

    #avia_import {
    display: none;
    }

    Cheers!
    Ismael

    Hey 666666!

    Edit framework > css > avia_admin.css, add this code at the very bottom:

    .avia_sidebar_content div {
    display: none !important;
    }
    
    .avia_sidebar_content div:first-child {
    display: block !important;
    }

    Cheers!
    Ismael

    in reply to: Add Team Member inside Content Slider #173950

    Hello centrix!

    You can use the Post Slider. Create posts with a unique category for team members.

    Regards,
    Ismael

    in reply to: Sidebar in IE8 #173949

    Hello!

    Please turn off the maintenance mode. We need to inspect your website. A screenshot of the scrambled sidebar widgets will help.

    Regards,
    Ismael

    in reply to: Button Text Colour Changed with 2.3.2 Update #173947

    Hello!

    Please add this on your custom.css or Quick CSS:

    #top .main_color .avia-color-theme-color {
    color: white;
    }

    Regards,
    Ismael

    Hello!

    1.) Refer to the number 2.

    2.) Edit header.php, find this code:

    <div id='header_main' class='container_wrap container_wrap_logo'>

    Below, add the image:

    <img class="avia_image register-banner" src="http://www.encoure.com/private/wp-content/uploads/2013/04/reg_button_small.png" alt="" title="">

    Add this on your custom.css or Quick CSS:

    #header_main {
    z-index: 999;
    }
    
    .avia_image.register-banner {
    position: absolute;
    right: 10%;
    top: -50px;
    }

    3.) You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field.

    Cheers!
    Ismael

    in reply to: Accordion view won't open #173942

    Hi leifhansen!

    The link you provided just keeps on loading. Did you add a plugin prior to the issue? Please deactivate all plugins, see if the accordion work.

    Best regards,
    Ismael

    in reply to: IE8 Issues + others? #173939

    Hello!

    Yes, you need to add the code on functions.php. You can’t add a unique css selector without it. Please create a “change log” so you can monitor which files you edited in case you update the theme. You can also use a child theme to preserve the modifications.

    Regards,
    Ismael

    Hi!

    Have you tried switching to a default theme? Please test it on a different browser.

    Best regards,
    Ismael

    Hello sumyungi!

    Sorry for the inconvenience. You can place the errors on pastebin.com. Please contact themeforest for refund.

    Regards,
    Ismael

    in reply to: Duplicating issue Tabs editor #173575

    Hello!

    You can set the post as a private reply. Only you and the moderators will see the post.

    Regards,
    Ismael

    in reply to: Strange wrap width behaviour #173567

    Hello!

    Glad it is fixed. :)

    Regards,
    Ismael

    in reply to: Using Social Media Icons in Single Posts #173565

    Hi Michael Oeser!

    Please use this code for the social icons.

    <div class="socialshareing"> <a class="icon-char socialshareing_twitter avia-font-entypo-fontello" title="Bei Twitter empfehlen" href="https://twitter.com/intent/tweet?source=webclient&text=Statische%20Social%20Media%20Sharing%20Buttons%20in%20WordPress%20http://www.der-prinz.de/?p=1812" target="blank"><span class="iconlist-char" aria-hidden="true" data-av_icon="" data-av_iconfont="ue908"></span></a> 
    
    <a class="socialshareing_facebook avia-font-entypo-fontello" title="Auf Facebook teilen" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.der-prinz.de%2Fstatische-social-media-sharing-buttons-wordpress%2F&t=Statische%20Social%20Media%20Sharing%20Buttons%20in%20WordPress" target="blank"><span class="iconlist-char" aria-hidden="true" data-av_icon="" data-av_iconfont="ue908"></span></a> 
    
    <a class="socialshareing_gplus avia-font-entypo-fontello" title="Auf Google+ teilen" href="https://plusone.google.com/_/+1/confirm?hl=de&url=http%3A%2F%2Fwww.der-prinz.de%2Fstatische-social-media-sharing-buttons-wordpress%2F&title=Statische%20Social%20Media%20Sharing%20Buttons%20in%20WordPress" target="blank"><span class="iconlist-char" aria-hidden="true" data-av_icon="" data-av_iconfont="ue908"></span></a></div>

    Cheers!
    Ismael

    in reply to: Menu with logo above content – Problem #173560

    Hi!

    Please add the position: absolute property.

    div.main_menu { position: absolute; right: 34.5%; top: 57%; }

    Cheers!
    Ismael

    in reply to: color section is not working on iphone / ipad #173559

    Hi!

    Can you please post a screenshot of what you see on iPad and iPhones?

    Cheers!
    Ismael

    in reply to: Search bottom #173430

    Hey alkross!

    You can add this on your custom.css or Quick CSS:

    #header_main {
    position: relative;
    z-index: 9999;
    }
    
    #top #menu-item-search {
    top: -65px;
    }
    
    .sub_menu {
    right: 40px;
    }

    Cheers!
    Ismael

    in reply to: Archives widget with months in english #173427

    Hey!

    Please use this plugin: http://wordpress.org/plugins/codestyling-localization/

    Please give us a link to the page with the Archives widget.

    Cheers!
    Ismael

    in reply to: Page reloads with Ajax Portfolio #173419

    Hey timfl!

    Can you give us a link to the website?

    What you’re asking is a bit complicated. You want to implement an ajax script on how the pagination works. Please hire a freelance developer to modify the wp page navigation and integrate an ajax script.

    Best regards,
    Ismael

    in reply to: Change text color on toggles #173417

    Hey!

    The slider plugin you’re using for the sidebar is not responsive. Please use this:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .container .nine.units {
    width: 460px;
    }
    
    .acx_ppt.acx_ppt_0.acx_ppt_uid_sidebar {
    max-width: 120px;
    max-height: 80px;
    }
    
    .acx_ppt.acx_ppt_0.acx_ppt_uid_sidebar li img {
    max-width: 120px;
    max-height: 80px;
    }
    }

    Best regards,
    Ismael

    in reply to: Thumbnails not cropping properly #173413

    Hey alvinhy!

    You can add this on your custom.css or Quick CSS:

    .attachment-portfolio_small.wp-post-image {
    min-height: 192px;
    }

    I don’t think we can use the same trick to your blog. The images have different proportions. Please upload images with almost the same height and width.

    Best regards,
    Ismael

    in reply to: Tag Sorting #173410

    Hi krshoffner!

    They are in alphabetical order by default. Please download the latest version of Enfold and give us a link to your website.

    Regards,
    Ismael

Viewing 30 posts - 62,401 through 62,430 (of 66,017 total)