Viewing 30 results - 138,031 through 138,060 (of 142,381 total)
  • Author
    Search Results
  • #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

    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

    #173395

    In reply to: Changing iPad Layout

    Hi!

    Please try this:

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

    Regards,
    Ismael

    #173388

    In reply to: new social icons

    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

    #173386
    #173375

    Hey leifhansen!

    In the top right corner of the advanced layout editor there is a Template button where you can save a page as a template and then on another page load all of that content in.

    There isn’t currently an option to pull out an individual element but you can enable debug mode to reveal the shortcodes that make up the advanced layout editor. You just need to be careful editing the field and its contents because its directly saved in the database and if the data gets corrupted from a mistype or something like that it may not be recoverable.

    Add the following to your functions.php to enable it:

    //set advanced layout editor to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }

    Best regards,
    Devin

    This reply has been marked as private.
    #173348

    Here’s a workaround:

    Open /js/shortcodes.js, comment or remove line 220 and line 241 (this will disable the scroll to top effect):

    Then, add this CSS to the Quick CSS or to the css/custom.css file:

    .portfolio_preview_container{
    	position: absolute;
    	z-index: 200;
    	background: white;
    	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 25px 1px;
    }

    Best regards,
    Josue

    #173340

    Topic: Blog Mobile Version

    in forum Enfold
    jennallocco
    Participant

    On my mobile device my sidebars on my Blog Page and Connect Page are not visible. How can I make sure the sidebar that is on the desktop view is also on the mobile. Does Enfold support WP Touch plugin?

    #173339

    Hey!

    The HTML code:

    	<p><span id="footer_icon_1" class="av_font_icon  avia-icon-pos-left" style="font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span style="margin-left: 5px;">218 Viceroy Street<br><span style="margin-left: 21px;">Billings, MT 59101</span></span></p>
    
    	<p><span id="footer_icon_2" class="av_font_icon  avia-icon-pos-left" style="font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span style="margin-left: 7px;"><a href="tel:4067942593">406. 794. 2593</a></span></p>
    
    	<p><span id="footer_icon_3" class="av_font_icon  avia-icon-pos-left" style="font-size:14px;line-height:14px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span style="margin-left: 6px;"><a href="mailto: (Email address hidden if logged out) ?Subject=" target=""> (Email address hidden if logged out) </a></span></p>

    The CSS to change each icon:

    #footer_icon_1, #footer_icon_2, #footer_icon_3{
    	/* Applies to the three icons */
            position: relative;
    }
    #footer_icon_1{
    	/* Applies to icon 1 */
            color: red;
           top: 2px;
    }
    #footer_icon_2{
    	/* Applies to icon 2 */
            color: blue;
           top: 5px;
    }
    #footer_icon_3{
    	/* Applies to icon 3 */
           color: green;
           top: 3px;
    }

    Best regards,
    Josue

    #173289

    Hi!

    You can add the color property to that declaration and change the value as needed:

    
    .language_code {
    display: block !important;
    text-transform: uppercase;
    color: #333;
    }
    

    Cheers!
    Devin

    #173280
    bivvo
    Participant

    Hi there,

    how can I add a new icon to the sub-top-navigation (social icons) with a phone symbol and a link to a phone number?

    <a href="tel:+49xxx">...icon/button...</a>

    Thx & regards
    Daniel

    #173266
    lpfa
    Participant

    Is it possible to remove just the “additional information” tabO Or is it possible to edit what goes in it (rather than have variation info there)?

    Also, how do you remove the “from $45” label at the top of the product page below the large typed product name?

    • This topic was modified 12 years ago by lpfa.
    #173261
    JaredBurnett
    Participant

    I looked through the other topics and I could not find echo $sliderHtml; in my loop-index.php

    I want to have the featured image be the thumbnail for recent posts but I do not want it visible in the blog post itselt because I want an image at the end of the post. How do I accomplish that?

    #173239
    #173194

    In reply to: new social icons

    wow, it works now. That’s great!

    Thank you Ismael!!!

    One last question before we close this topic.

    I noticed the background of these newly added icons are not changing as other default ones. Only color of the icons is changed when hovered. How can we make the cell icon is in to change the same way as facebook, twitter and g+ icons?

    thanks again!

    #173183

    In reply to: Issues on IOS

    Hi!

    Just for your information, our queue goes from the oldest to the newest queries. So if you self post, you are automatically pushing your topic to the end of the queue.

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 989px) { .avia-progress-bar .progress { height: 72px; } }

    Regards,
    Yigit

    Hi Jose!

    Just for your information, our queue goes from the oldest to the newest queries. So if you self post, you are automatically pushing your topic to the end of the queue.

    Please go to Enfold theme options and make sure that you choose to display sidebar in Sidebar tab.

    Best regards,
    Yigit

    #173163
    timfl
    Participant

    greetings earthlings,

    Enfold makes it easy do create a one-page site. cool. But when I i use an ajax portfolio with pagination not so much. what happens is that the entire page reloads on clicking the page number. .

    I’m not sure if there’s a way around this and the page reload wouldn’t be a problem if it went to the page position with the portfolio, instead of the top of the page.

    MaYbe an anchor link? If so, where and how?

    Many thanks.
    Great theme and support!

    #173154

    In reply to: Sidebar (right) width

    Hey mikaelsv!

    Will take care of this in your other post. Please do not start topics about the same requests more than once. Closed.

    Best regards,
    Yigit

    #173140
    This reply has been marked as private.
    #173138
    simonac
    Participant

    I tried the same described in this post:

    https://kriesi.at/support/topic/menu-with-logo-above-content/

    …but only the logo i changing. I tried in custom css and in quick css.

    I use a child theme and have the small fixed header version.
    the page is http://holidaymarketing.de/
    What am i doing wrong?

    I also want to make the logo a bit bigger. How to do that?

    Thanks in advance!

    • This topic was modified 12 years ago by simonac.
    #173137
    unclemurray
    Participant

    For some reason, the fixed menu has stopped working on our blog post pages. It works fine everywhere else. We have narrowed this down to some sort of interference with a tracling snippet from our CRM software, but we cannot figure out why the problem only manifests on the blog post page. Have you seen anything like this before?

    #173123

    In reply to: Pages with Comments

    I did find this https://kriesi.at/support/topic/showing-recent-comments/#post-165418 but stil no comments are displayed nor the ability to leave a comment :(

    Matt

    #173119

    In reply to: help with top margin

    as always, thank you kindly for your patience and expertise :)

    Jennifer
    Participant

    I created an absolute position for the Register Here image so it can reside at the top-right corner of the webpage. However, while it works in Chrome and Safari, the image does not seem to appear in Firefox and IE. Do you know why this might be?

    Website: http://www.encoure.com/private

    /* =Register Here Code ————————— */
    .avia_image img {
    position: absolute;
    z-index: 9999;
    top: -760px !important;
    }

    Here is how I want it to display as seen in Chrome:
    Encoure Website

    #173117

    Hi!

    I posted the fix here: https://kriesi.at/support/topic/conflict-with-a-form-plugin/#post-171542


    @Kriesi
    – it’s already part of my pull request.

    Cheers!
    Peter

    #173100

    Topic: entypo icon in footer

    in forum Enfold
    kimmo
    Participant

    I didn’t have time to reply this post until it got closed.
    https://kriesi.at/support/topic/entypo-icon-font-in-footer/#post-169824

    This isn’t working in footer.
    &# 62221;

    I am using a child theme. Is that class style already some where or do I have to make it to child theme’s css?

    #173082

    There isn’t much we can do about that. The download speed is determined by your server and how fast it responds to the request for data combined with the data on those pages.

    Performance with WordPress is a pretty big topic but generally using a caching plugin is your best route for increasing performance. Even just using a plugin to minify scripts will decrease file size and help speed up downloads.

    #173071

    Hey oliviad!

    Can you post the link to the page where you have tabs?

    Best regards,
    Yigit

Viewing 30 results - 138,031 through 138,060 (of 142,381 total)