Viewing 30 results - 86,461 through 86,490 (of 142,845 total)
  • Author
    Search Results
  • #726859

    Topic: Blog Post

    in forum Enfold
    Epic
    Participant

    Please check my blog the top page cuts off

    • This topic was modified 9 years, 3 months ago by Epic.
    #726831

    Hey Itai,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .single-product .av_header_transparency + #main > .container_wrap_first {
        padding-top: 140px;
    }
    .wc-proceed-to-checkout a {
        color: black!important;
    }
    #top .main_color a.remove {
        background: black;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    If that does not help, please post a link to your website.

    Best regards,
    Yigit

    #726820

    Hey!

    You can see how the slider is described here: http://kriesi.at/themes/enfold/shortcodes/easy-slider/

    Slideshow Elements
    The Easy Slideshow element allows you to setup a simple slideshow within seconds, either at the top of your page, stretching across the whole viewport, or as a content element anywhere on the page.

    The purpose you have the option to select image sizes is for optimization, if you are using a 1/4 width column for example, you would likely choose a smaller image size than loading the full or large version.

    Regards,
    Nikko

    #726812

    Finally, it’s realized.

    So you can close this topic.

    #726775

    Hi,

    I updated the theme to the latest version 3.8.4 and added following code near top in wp-config.php file

    define('CONCATENATE_SCRIPTS', false);

    Please review your website now

    Best regards,
    Yigit

    #726756
    richrappa
    Participant

    Hi,
    I want to add a clickable image (Thumbtack gave me as HTML code) in the Partner/Logo Element slider area of OnePage Portfolio. Is this possible?

    If not can I use that code in a footer widget in this skin?

    Also, my site is scoring below 20 on both mobile and desktop on Google Page Speed Insights. Is this typical or unusual for this skin?
    I installed the plugin Autoptimize, Comet Cache, WP Smush I’m worried about screwing up the code to deal with
    “Eliminate render-blocking JavaScript and CSS in above-the-fold content” and I am not sure if I can do anything about the images that come with the skin.

    • This topic was modified 9 years, 3 months ago by richrappa.
    #726753

    Hi,

    There will not be a new option. It will just decrease top margin on special heading elements :)

    Best regards,
    Yigit

    #726746

    Hey Nabil,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    body .av-special-heading.modern-centered {
        margin-top: 10px;
    }
    

    Best regards,
    Yigit

    #726728
    Golobish
    Participant

    I need help with adjusting the size of the responsive logo.

    My logo is large and contains small text. It looks fine on desktop and some tablets. See attached: #1

    However, it shrinks dramatically on phones and small screens. This makes it look bad. See attached: #2

    How can I control the logo size on mobile?

    #726694

    Hey Guenter,

    did you check this on other devices too? cause I even have this “jitter” on the apple page on my desktop.

    Best regards,
    Andy

    #726687

    thanks – see below
    also i added another issue – same website maybe you can take a look if you have time

    #726686

    Hi!

    We needed tracking codes, as i requested in my very post as well – https://kriesi.at/support/topic/google-analytics-event-tracking-2/#post-722542 :)

    Please refer to this post – https://support.google.com/analytics/answer/1032385?hl=en

    Regards,
    Yigit

    #726675

    Allright. Thanks for nothing. I am really disappointed. Close the topic if you want. You will hear not again from me…

    #726660
    bakbek
    Participant

    Hi, how can I center align the submit button of the gravity forms plugin?

    I tried:

    div.gform_footer.top_label {
     text-align: center !important;
    }

    But that doesn’t seem to work.

    Thanks!

    Jo_Smud
    Participant

    I need support for a Color Section Problem.
    I want to use a Color Section for a Fixed Image Element on my Website.
    The Element works fine in Desktops but on mobile Devices the Image is cut off.

    I searched the Forum for this issue and found several CSS Workarounds, but there is a Problem left.

    I used this Workaround:
    https://kriesi.at/support/topic/hide-a-color-box-background-image-on-smartphone/

    It works, the Background Image is Displayed on Desktop and Hide on Mobile. But the Problem is, that the fixed Image effect is not working anymore with this Workaround (like the author of the linked Thread says at his Last post).

    So could you help me with the CSS Code to create a Workaround that does the Same than the linked Workaround, but with the fixed image effect?

    Here The CSS from the Original Thread:

    #bgimage{ 
    	background: #000 url(image.jpg);
    	background-size: cover;
    	background-position:center center;        
    }
    /* Home page section images on mobile */
    @media only screen and (max-width: 767px) {
    #bgimage{ 
    	background: #000!important;
    }
    }

    You find my Website in private Content section.
    On the Mainpage I created a Color Section to show you what I want (actual the CSS Workaround is inactive).

    Would be great to get some help for this!

    #726644

    In reply to: Menu Indicator

    Hi,

    unsere Plugin Liste für Enfold findest du hier: https://kriesi.at/support/topic/recommended-plugins/

    Gruß,
    Andy

    bakbek
    Participant

    Hi, is there a way to show a different number in the the top menu for a specific page than the number shown on all other pages?

    #726602

    Please see this thread:

    https://kriesi.at/support/topic/change-tab-style-font-color-body-color-border-color/

    Also, search Google: “change enfold tab color” – you will find many helpful results.

    #726600

    In reply to: Text Editor Problems

    Hi,

    Can you please try adding following code to functions.php file in Appearance > Editor

    remove_filter( 'the_content', 'wpautop' );
    remove_filter( 'the_excerpt', 'wpautop' );

    Best regards,
    Yigit

    #726596

    In reply to: Burger Menu tuning :)

    Hi,

    Please change the code to following one

    span.av-hamburger:after {
        content: 'Menu ';
        font-size: 20px;
        float: left;
        margin-right: 5px;
    }
    div.av-burger-overlay-bg {
        background-color: white;
    }
    #top #wrap_all #av-burger-menu-ul li a {
        color: #999;
    }
    span.av-hamburger.is-active:after {
        opacity: 0;
    }
    span.av-hamburger-inner {
        width: 25px;
    }

    Best regards,
    Yigit

    Jambo
    Participant

    Hi guys,

    When I preview a page (e.g my home page) the URL (see “1” in private content) is provided. The menu behaves correctly under the following CSS:

    .header_color .main_menu ul:first-child > li > a { color: white!important; }
    .header_color .main_menu ul:first-child > li a:hover { color: #c4f1f2!important; }
    .header_color .main_menu ul:first-child > li.current-menu-item > a,
    .header_color .main_menu ul:first-child > li.current_page_item > a { color: #88e0e2!important; }

    As you scroll through the different colour sections within the home page, the active menu item changes as it should do.

    However, if you click the menu link “HOME” from the preview, the webpage understandably loads URL “2”. At this point, the entire menu behaves differently. All menu items act as if they are activated. When scrolled at the top of the page, the menu links darken in colour as you hover over them. If you scroll down to make the header shrink, the menu links no longer recognise mousing over them. The links no longer react to the colour sections and the URL remains with #home at the end rather than changing to #about, #saas-fee…etc.

    Is there a solution to make the menu behave in the exact same way as is does in the preview state? I’m assuming the menu won’t behave like it does when pages are previewed once the site is live.

    Thank you,

    James

    #726572

    Hi Ismael,

    Here is the code that I am currently using:

    #top .aviaccordion-title-on-hover .aviaccordion-preview {
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    }
    
    h3.aviaccordion-title {
    position: absolute;
    left: 0;
    background: rgba(0,0,0,.3);
    padding: 10px;
    top: 10;
    margin: 0;
    text-align: left;
    }
    
    #top .aviaccordion-preview-title {
    display: block;
    padding: 0;
    }
    
    li.aviaccordion-slide:hover .aviaccordion-excerpt {
    opacity: 1;
    }
    
    .aviaccordion-excerpt {
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    padding: 10%;
    }
    
    #top .aviaccordion-slide:hover .aviaccordion-excerpt {
    background: rgba(0,0,0,.6);
    padding: 20px;
    display: block;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    }
    
    #top .aviaccordion-preview-title-wrap {
    display: block;
    }
    
    #top .aviaccordion-preview-title-wrap {
    background: transparent !important;
    }

    Thanks
    Marc

    #726511
    Kuba Gaj
    Guest

    Hi Kriesi, it’s Kuba from MPC :) I have tried to contact you for months.

    We have opened a service with Premium WordPress Customisations (Themes, plugins, building custom themes for clients, you name it) called WPKraken https://wpkraken.io We know that many of our clients ask us for some freelance work or customisations of our product. If you don’t have the power or time to do such work why not refer us and earn money? Each author who starts with us in the beta phase will get 25% from EVERY job a referred client orders for a lifetime.

    We already have top authors on board: WPBakery, ThemePunch, MuffinGroup, SevenSpark, GoodLayers, Undsgn, WPExplorer, Pexeto, Ait, TrueThemes, ARSCode, drBakery, OnionEye and many more.

    There are services like this around the web, but the prices are high $60-70/h thats quite a lot for people who buy stock items. We start with prices as low as $29/h for premium work. We have in-house developers so we have full control over the quality of our work. We are on Envato Marketplace for years. We are Power Elite author, we know what we are doing :)

    Please let me know what you think about such idea.

    Kind regards,
    Kuba

    #726504

    Hi,

    i’m getting this on on 3 different devices (1 laptop, 2 smartphones) and all browsers that I tried, also with cleared cache. I’m talking about the first book cover in blue with the yellow circle next to it.
    Did you reload the page on mobile size?

    Best regards,
    Benjamin

    #726499

    Topic can be closed, thanks

    #726495
    hofitlev
    Participant

    i im new to wordpress and enfold and need your help. im trying to create the top section of my site like in the site attached- that the submanu will include image of logo and that the logo will be on top os my masonary gallery. first off all and i dont know why whem i put image in the submanue it look strange and i dont know how to aligh the manu link to the logo. another ssue is how to make the logo on top of the gallery. i have looked everywher for css or html to make it happen without luck. can you help me?

    this is my site:
    http://firsttimemommy.co.il/?page_id=690&preview_id=690&preview_nonce=5b2fa7bd3a&_thumbnail_id=-1&preview=true

    this is the site im trying to have my header look like:
    http://lovetaza.com/

    #726472

    Hi,

    What is the css codes that you used? I’m sorry but we can’t use the “ticket number” to visit the thread. We need the actual url. You can insert those css codes inside a css media query so that it won’t affect the mobile view.

    @media only screen and (min-width: 989px) {
      /* Add your Desktop Styles here */
    
    }
    

    Best regards,
    Ismael

    #726440
    Lanibitz4
    Participant

    Hey there,

    First of all, LOVE your theme!
    I just need a bit of help with your lightbox feature. I am having some trouble displaying the Title of an image when the lightbox is opened in the Masonry Gallery. I have tried the solution posted here: https://kriesi.at/support/topic/display-media-item-title-in-the-lightbox
    but it doesn’t seem to work for me.

    I really want both the image TITLE and Caption to be displayed here (like the rollover on the gallery) but at the moment it only shows the caption.
    Can you please help me achieve that?

    Thanks!

    #726428

    Looking through “view source” it looks like there are not two H1’s for the headline.

    The item I enter in the place WordPress provides for page headlines is hidden from the code.

    I am concerned though if Google will recognize my H1 that I put in content as the headline for the page for SEO purposes.

    This would appear to your headline code as seen in view source:

    <header class=”entry-content-header”></header><div class=”entry-content” itemprop=”text” ><h1>Commissioned Art to Your Specifications</h1>

    For this to appear, I entered at the top of the body content was just:
    <h1>Commissioned Art to Your Specifications</h1>

    here: http://www.bertaart.com/commissioned-art/

    for H2 view-source:http://www.bertaart.com/workshops/
    <h2>Next DownTown Los Angeles Painting Classes</h2>
    is in view source just
    <h2>Next DownTown Los Angeles Painting Classes</h2>

    On BoomerTechTalk.com which uses the standard entry to the place for the WordPress Headline I get:
    <h1 class=”entry-title” itemprop=”headline”>Linda Sherman</h1> at the top of the about page for Linda Sherman,

    I have to talk to an SEO expert to find out if this is hurting us or not. We have definitely been having SEO issues with this site. It should be performing better than it is.

    But if I were to try to enable your “title” so that the Page would use the entry in the standard place for WordPress headlines. I don’t think the code that was previously suggested here would work or would it?

    You gave me:

    h1.your-custom-class { color: orange; font-size: 20px; }

    Does this mean I am to put my own name for the custom class. I need to set that up somewhere, right?

    I just want to make sure you don’t think I have an issue with how the H1’s look in the content. They look fine.
    But when I enable “titles” to be seen with your settings options, they have no style.

    #726415

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 30 results - 86,461 through 86,490 (of 142,845 total)