Viewing 30 results - 85,261 through 85,290 (of 142,737 total)
  • Author
    Search Results
  • Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #737502
    WP Turned UP
    Participant

    Please look at the two pages below. Looking at the CLONE page, you’ll see that the images stop lining up as you add more images to the gallery.

    https://saintspyridon100.com/?page_id=346&preview=true#photo-gallery

    Thank you,
    Ryan

    #737498

    I was able to use your code modified to get the look I wanted. Thank you. I still gave the icon box a class of .iconBox1 in order to control which boxes changed, i didn’t want them all changed.

    .iconBox1 .iconbox_content_title {
    top: -66px; 
    left:4px;
    font-size:12px!important;
    line-height:1.25em!important;
    text-align:center!important;
    }

    Now i have another page listed in the private below.
    You can see these ones have the round icon on the left, when I try to move the TEXT over left and down, it disappears. You can see it on the first section called CAR 1225. Any ideas what I might do here?

    Thank you.

    #737487

    This was solved by WPML support. Here it is:

    // set correct menu
    function display_correct_menu($args = '') {
           if ( !is_user_logged_in() ) { $args['menu'] = wp_get_nav_menu_object( 'top-not-logged-in' ); }
         else { $args['menu'] = wp_get_nav_menu_object( 'top' ); }
             return $args;
    }
    
    add_filter( 'wp_nav_menu_args', 'display_correct_menu' );
    
    #737486

    Hi Yigit!!!

    Yes, of course. Here is the link: http://imgur.com/a/H0uVl
    It happens on ipad and also on iphone only if I choose to show my fullwidth slider image, otherwise I use your code to hide the element and it works great. As you can see, the image appears to be super big. Beige part is the top left side of my image.

    Yes! After I tested tons of plugins for popup newsletter (lol) I chose a free plugin which looks nice and it is closer to my idea of popup, do you agree? Optinmonster was my first choice but it costs a lot to me. In the meantime, I wait for Enfold team to find a solution for newsletter popup without plugins. I am not a fan of plugins :-)

    #737480

    Hey Rikard,

    Thanks for the CSS, but when I plugged it in on the general styling page, both sliders show up on the desktop version as well as on the mobile version. I flushed the cache in both cases.

    Then as an additional test, I switched back to the CSS snippet I mentioned in my first contact, as seen below, and while the two sliders show up on desktop, only the mobile version is showing on mobile. Thought I would also mention that I have the mobile menu activated for both smartphones and tablets, and just to check, I plugged in 990px for the max and 991px for the min, using the code you supplied, and still had the same results as at 767px and 768px.

    @media only screen and (max-width: 990px) {
    div#layer_slider_1 { display: none; }}

    Do you have any further suggestions?

    Thanks, P

    #737458

    Try this. Open wp-config.php at the root of your site and add the following near the top of the file after all the comments:

    define( 'WP_MEMORY_LIMIT', '512M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

    Your host might not allow that much memory so if you get an error message, reduce the 512M to 256M or even 128M. Then create a new file in the root of your website called .user.ini (notice the period at the start of the file name). Then add the following to it:

    memory_limit = 512M
    upload_max_filesize = 1000M
    post_max_size = 1005M
    max_execution_time = 240
    max_input_time = 120
    max_input_vars = 6000

    I can’t swear this is the answer but I had this issue off and on for a year and this solved it. Give it a try and let me know if it works. If you get any errors, you should be able to delete the .user.ini file and back out your changes to wp-config.php to get back to normal.

    #737456

    Hey!

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

    #top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }

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

    Best regards,
    Yigit

    #737455
    mterrianrode
    Participant

    I love using Enfold – such a great theme.

    I hope this is an easy question and I’m just not seeing the solution.
    I’d like a blog grid like this on my home page: http://calgarystairclimb.com/why-we-climb/
    All posts of a certain category, with the featured image becoming the background image, and then the title/readmore on top of it, just like what you see there.

    I keep thinking there is an existing Enfold feature that might do this for me, but I can’t seem to find it. Can you help me find it?
    Thank you!

    #737453

    these are the default values
    Add those lines please to quick css of enfold options dialog. The style.css in the child-theme folder might work to – but it is quicker to insert it in
    Dashboard – Enfold Child – General Styling – Quick CSS ( scroll down to see the input fields)

    try:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 800px;
    }
    #737427
    cabplan
    Participant

    I have just purchased this them and have everything running but I am noticing the URL has “index.php” in the middle of the URL. I have tried to change the permalinks to “Post Name” but upon doing that all the pages break with a 404. I came across this article:

    I tried to follow the directions about emptying the .htaccess file and resetting permalinks, but the .htaccess gets rewritten with:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /beckerroofing/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /beckerroofing/index.php [L]
    </IfModule>
    
    # END WordPress

    And the only way to get the pages working again is to set it back to “Custom Structure” and add “/index.php//%postname%/

    I have tried to remove the “index.php” in the .htaccess file but that does not help either, just stays as 404.

    Wondering if anyone had any insights on how to (on localhost or in general) how to get “Post Name” option working with Permalinks for this Enfold theme.

    #737426
    NetOne360
    Participant

    I am trying to have elements only show up on desktop and mobile and I am having trouble. I did research and followed the instructions.

    First I checked my functions.php. for;

    add_theme_support(‘avia_template_builder_custom_css’);

    It was already there.

    So I went to add Custom CSS and added;

    /*Show only in mobile or desktop*/

    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}

    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}

    I still cant figure out who to add the custom class to the element.. The screenshot that you have on this URL is different for me.

    I am not seeing the custom CSS box in the elements.

    #737425
    atrixdave
    Participant

    Hi guys,

    I found this thread but it doesn’t seem to be working:

    https://kriesi.at/support/topic/move-breadcrumbs/

    How do I move the breadcrumbs bar above the stocket instead of below the header?

    Thanks,

    Dave

    #737416

    thanks. you can close this topic ;-)

    #737387
    matelko2003
    Participant

    Hi

    I am trying to fix a 1/2 AVia layout builder content element which I have placed or right side of the page, I have assigned this element with custom class “kmsr01” and trying to fix its position and added following quick CSS:
    #kmsr01 .container {
    position: fixed !important;
    top:5;
    }

    However, when displaying the page, I can still see when scrolling down the page (left side of page consists of longer column, so you need to scroll down to see it) that the right side is not fixed.

    Thanks for advice
    Martin

    #737385
    Munford
    Participant

    Hi guys
    I am trying to get some tables looking good on mobile devices.
    (see link below)
    The top table is set “adjust table to screen size”
    the others are “make entire table scrollable”

    Neither are very good – is there a way to set the width so there isn’t a long scroll of text on the right side,
    or get it to fit to screen size in the right way?
    thanks
    Nancy

    thanks this helped.
    what confused me was that the xcat functions file path was not mentioned in manual.

    Thanks for clarification, topic can be closed.

    #737378
    artisforever
    Participant

    Hello, I’m using this code as suggested by Josue in this post: https://kriesi.at/support/topic/full-width-easy-slider-constant-height/

    It seems to not be working in Chrome today when I’m testing it at my work computer. Is there something easier? I can format my photos to be constant, but I have a vimeo video as my first slide which seems to be pushing it off. There is some padding below that I haven’t been able to get rid of as well, perhaps the two issues are connected?

    Here is what I’m using:

    .avia-slideshow-inner {
    height: 300px !important;
    }

    Do you also have some quick css you could share to make this full-width on mobile so it looks a bit better as well please? I’d like to create a decent fixed-height a above, but especially for mobile that is high enough as I have some titles/captions that are different per slide. Maybe if you could also provide the quick css to adjust the mobile-only view height in case it doesn’t work the first time Thanks for everything as always!!

    • This topic was modified 9 years, 1 month ago by artisforever.
    #737377

    Hi,

    We added the below code in Quick CSS section please review the site now :)

    #top .social_bookmarks {
        position: absolute;
        right: -10px;
        top: 5px;
    }
    #top .sub_menu {
    	float: left !important;
    }

    Best regards,
    Vinay

    #737372
    neo-systems
    Participant

    Hi,

    We have a problem with top menu and Header Mobile Menu activation.
    Is it possible to activate this feature in other sizes than 768px or 990px?

    Thanks,

    #737367

    You forgot an opening { at the end of the the first line.
    Correct code:

    @media only screen and (min-width: 990px) {
    .responsive .av-image-hotspot {
        height: 32px;
        width: 32px;
        line-height: 32px;
    }
    .responsive .av-image-hotspot-pulse {
        top: -11px;
        left: -11px;
    }}
    #737361

    Hi Vinay,

    Worked perfectly with margin-top of -13px.

    Thank you so much for this.
    Lyse

    #737359

    This is the html code:

    <div class="avia-image-container av-styling- avia-builder-el-6 avia-builder-el-no-sibling avia-align-center " itemscope="itemscope" itemtype="https://schema.org/ImageObject"><div class="avia-image-container-inner"><a href="*img_URL*" target="_blank" class="lightbox mfp-iframe avia_image lightbox-added"><img class="avia_image " src="*img_URL*" alt="" title="get" itemprop="contentURL"><span class="image-overlay overlay-type-image" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 227px; width: 364px;"><span class="image-overlay-inside"></span></span></a></div></div>

    • This reply was modified 9 years, 1 month ago by MCepkus.
    Powtin
    Participant

    Hi,

    sadly part of the Advanced Layout Editor is not processed right. I have code on the blog post. I changed a lot of things as well as different container sizes, elements in between but still get the mistake on the page. The page works fine in preview mode.

    Beste Sicht von der Rialto Brücke. [/av_textblock] [av_masonry_gallery ids='1489,1490,1491,1492,1493,1494' items='6' columns='3' paginate='pagination' size='flex' gap='large' overlay_fx='active' container_links='active' id='' caption_elements='title excerpt' caption_styling='' caption_display='always' color='' custom_bg=''] [/av_one_full][av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_heading tag='h3' padding='10' heading='Wo bitte gibts die höchsten Aussichtspunkte?' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_textblock size='' font_color='' color=''] Am nächsten Tag standen die höchsten Türme auf dem Programm. Bei lauen 20 Grad Temperaturen,

    Could you help me please?

    Link to page:

    Thanks in advance,
    Konstantin

    #737338

    In reply to: Sidebar color

    Hi,

    To achieve a fullwidth sidebar please refer to this link https://kriesi.at/support/topic/change-colour-of-entire-sidebar/#post-731082

    Best regards,
    Vinay

    xxtita
    Participant

    Hi Team Kriesi,
    is it possible to change the data-position for fullwidth-slider, no-scaling to ‘center center’. Right now the data-position is ‘top left’. Which looks good on desktop, but not that good on mobile devices.
    It might be difficult, cause changig values on debug didnt force anything.
    thanks in advance.

    #737323

    In reply to: Related Articles

    Found a solution!

    #top div.related_posts.av-related-style-full {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    float: initial;
    }

    Thanks anyway :)

    #737318
    Ludewigs
    Participant

    Hi,

    my site has got a top menu where the first lvl pages appear. The second and third lvls are displayed in a sidebar on the left side of my content.
    The problem is, that only the first lvl-pages appear on mobile devices, too and the sidebar isn’t displayed. I know there is an option to bring the sidebar below the content on mobile devices but I want to get the standard drop-down menu there.
    Is there a solution?!

    Thank you for your great support here.

    Greez Ludewigs

    #737305

    Hey MCepkus!

    Please refer to this post – https://kriesi.at/support/topic/help-with-iframe/#post-604232

    Best regards,
    Yigit

    #737301
    MCepkus
    Participant

    Hello there,

    I have included the image directly into template file:

    <span class=”image-overlay overlay-type-image” style=”left: -5px; top: 0px; overflow: hidden; display: block; height: 227px; width: 364px;”><span class=”image-overlay-inside”></span></span>

    But the lightbox effect does not work. How do I activate the lightbox for it? Do i have to enque some .js files?

    Thank you

Viewing 30 results - 85,261 through 85,290 (of 142,737 total)