Forum Replies Created

Viewing 30 posts - 62,431 through 62,460 (of 66,027 total)
  • Author
    Posts
  • 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

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

    Hi simonac!

    You didn’t add the menu position:

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

    Before you insert the logo image, you can select which size you want. Please upload the logo image again.

    Cheers!
    Ismael

    in reply to: issue adding your own sliders #173407

    Hi!

    Have you tried creating a layer slider from scratch? Did it save?

    Can you please send in the login details?

    You can email it to ///.

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Cheers!
    Ismael

    in reply to: Style changes not working #173405

    Hey brananward!

    Edit the file permission of enfold.css located on wp-content > uploads > dynamic_avia. Set it to 755.

    Best regards,
    Ismael

    in reply to: Enfold Category description #173403

    Hi filippocorretti!

    This is a bit complicated. You can hire a freelance developer to modify the portfolio sort function for you.

    Regards,
    Ismael

    in reply to: Strange wrap width behaviour #173401

    Hi gianmarizzi!

    Can you give us a link to both websites? You can set the width on Enfold > General Settings > Responsive Layout.

    Regards,
    Ismael

    Hi placewrightdesign!

    Add the css changes on the anchor tag enclosing the image. Give it a unique css selector or use this:

    .avia_image.avia-builder-el-6.el_after_av_section.avia-builder-el-first.avia-align-right {
    position: relative;
    z-index: 9999;
    top: -749px;
    }

    Regards,
    Ismael

    in reply to: Changing iPad Layout #173395

    Hi!

    Please try this:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive #top #main .sidebar {display:none; }
    }

    Regards,
    Ismael

    in reply to: Multi-Author Blog – Blog Options Outside of Admin #173393

    Hey uattah!

    You can set the new admin to “Author” only. http://codex.wordpress.org/Roles_and_Capabilities#Author

    Cheers!
    Ismael

    in reply to: new social icons #173388

    Hello!

    Edit css > layout.css, find the code:

    #top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }

    You can add the new social icons selector:

    #top .social_bookmarks_qq:hover a{color:#fff; background-color: #a67658; }

    Regards,
    Ismael

    in reply to: Blog Posts element pagination bug on Frontpage #173313

    Hello!

    The facebook plugin is causing the problem. Please use another social sharing plugin like Addthis or Sharethis.

    http://www.cactusworldwide.com/blog/page/3/

    Best regards,
    Ismael

    in reply to: Avia Layout Builder Problems #173310

    Hey!

    ~With all of this when I go to an existing page setup with Avia and select a text block the window that pops up contains no text either in the Visual or Text windows.

    I logged in to your site and edit some pages. I clicked on the text block elements, the text and visual editor is there. I think this is already fixed.

    Best regards,
    Ismael

    in reply to: Video disappears in LayerSlider #173307

    Hey!

    The video is now working. Please adjust the width if necessary.

    http://vacationrentalsecrets.com/marketing-master-class/

    Cheers!
    Ismael

    in reply to: new social icons #173180

    Hey!

    Use the ID of the social icons.

    $icons['qq']
    $icons['renren']
    $icons['sina-weibo']

    Check the it again. The code should be:

    add_filter(‘avf_default_icons’,'avia_add_custom_icon’, 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['qq']	 = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue908′);
    $icons['renren']	 = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue90f’);
    $icons['sina-weibo']	 = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue910′);
    return $icons;
    }

    Best regards,
    Ismael

    in reply to: Woocommerce fonts and paging Issue #173179

    Hello!

    Yes, you can do that. It will only change the price symbol, not the value of the products. Make sure to select the India Rupee as Currency.

    Best regards,
    Ismael

    in reply to: issue with button #173158

    Hi!

    Enable the Promo Button, then set the Button Link? to “Set Manually”. Add the link of the pdf file and set “Open Link in new Window?” to “Open in a new window”. The pdf file will be downloaded automatically when the button is click especially when the user has a download app like “IDM”. If it doesn’t automatically download and directly open the pdf file, users can manually save the file on their computers.

    Cheers!
    Ismael

    in reply to: Enfold Portfolio Grid #173153

    Hello!

    There is a problem with the plugin “Visual Form Builder”. I deactivated it then the Artists page started to work properly. http://www.realwiredmusic.com/artists/

    Best regards,
    Ismael

    in reply to: Changed rollover icon but doesn't look correct #173150

    Hello!

    You can use the url of the png image on the content property:

    `.image-overlay.overlay-type-extern .image-overlay-inside:before{content:url(smiley.png);}
    .image-overlay.overlay-type-video .image-overlay-inside:before{content:url(smiley.png);}

    Regards,
    Ismael

    in reply to: Layerslider #173148

    Hello GreggFranklin!

    Edit functions.php, find this code on line 395:

    if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider plugin

    Regards,
    Ismael

    in reply to: Blank icon list after upgrading to 2.3 #173144

    Hello!

    The way the fonts are being rendered on the iconbox and iconlist has been changed on the update. Please recreate them. See if they work again.

    Cheers!
    Ismael

    in reply to: how to use character map in v2.3 #173143

    Hey!

    There is a trick that you can use. On the Advance Layout Editor, insert the Iconlist element. Select the icons that you want then publish the page. Using Google Chrome, inspect the iconlist icons. Refer to the screenshot, we will copy the magnifying glass’s code:

    <span class="iconlist-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>

    You can use the icon code as a stand alone icon. Insert it on a Text Block. This can be a temporary solution while we are waiting for Kriesi’s response.

    Regards,
    Ismael

Viewing 30 posts - 62,431 through 62,460 (of 66,027 total)