Viewing 30 results - 99,481 through 99,510 (of 142,852 total)
  • Author
    Search Results
  • #592507

    In reply to: Grid Height 100%

    Hi!

    Sorry for the delay.
    We are working on your ticket please wait while we update the results here soon.

    To achieve the design similar tot he mockup you have shared.

    Please use a “Grid row” element and use 2 1/2 sections and background image and make it “stretch to fit”

    Turn on custom class http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    For the main Grid add class “full-height” as shown in the below screenshot

    Add the below css in Quick CSS

    /* Full height*/
    .full-height {
    height:100vh;
    }

    ANOTHER EASY WAY

    Enable enfold debug mode and Custom class support
    kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Create a new page and paste the below shortcode in default editor and publish/update the page

    [av_layout_row border='' min_height='600px' color='main_color' mobile='av-flex-cells' id='' custom_class='full-height']
    [av_cell_one_half vertical_align='middle' padding='150px' padding_sync='true' background_color='#ffffff' src='http://localhost/_proj/enfold/wp-content/uploads/2015/07/minimal-workpiece-4-1-705x430.jpg' attachment='98' attachment_size='featured' background_attachment='scroll' background_position='top left' background_repeat='stretch' custom_class='']
    
    [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='50px' padding_sync='true' background_color='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working.jpg' attachment='554' attachment_size='full' background_attachment='scroll' background_position='center center' background_repeat='stretch']
    
    [/av_cell_one_half]
    [/av_layout_row]

    lastly select transparent header from the page right sidebar.

    If you still have issues please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Cheers!
    Vinay Kashyap

    • This reply was modified 10 years ago by Vinay.
    #592495

    In reply to: icons and content

    Thank you Yigit,

    I have turned on custom CSS field, put your given code inside it, but it doesn’t seems to work.

    > Please take a look at this page LINK
    > Tab Element is on the top of the page
    > custom CSS codes were added to this tab only. And I didn’t add anything to the quick css.

    Bests

    #592493

    Hey!

    2.) It is set to “rtl”, that’s why it’s different. Try to add this in the Quick CSS field:

    .menu-item a.menu-image-title-after.menu-image-not-hovered img {
        float: left;
    }
    
    #avia2-menu .current-menu-item a > .menu-image-title {
        top: 5px;
        position: relative;
    }

    3.) Did you add any css modifications for the mobile menu? Try to set the Enfold > Header > Mobile Menu > Header Mobile Menu activation to the second option.

    Best regards,
    Ismael

    #592487

    thanks for your help…This works well but I was wanting it for every page not just that page… can I make this change to the main css file?

    Another couple of questions
    – can I reduce the height of the white space between the top red menu (with home button) and the main menu area (with Women in the Bible etc black links) it’s the area that a logo would normally go in…my client wants to strip out as much white space as possible
    – can I somehow force the 2nd menu link (Bible study activities,text) in the top red menu to align right keeping the Home button aligned left?

    thanks again,

    Sarah

    #592481
    shawnbanack
    Participant
    #592477

    In reply to: Banner as logo

    Hi Rob,

    Please try adding the following as well:

    #header_main .container {
        height: 185px !important;
        line-height: 185px !important;
        padding-top: 10px !important;
    }

    Regards,
    Rikard

    #592472

    In reply to: Footer Socket BUG

    Hi,

    You linked to the overview page, you can find the direct URL if you click Remove Frame in the top right hand corner. You can add content to the socket Copyright field by going to Enfold–>Footer.

    Best regards,
    Rikard

    #592469
    bobfurgo
    Participant

    Hey guys!

    I was just wondering if it was possible to hide specific main navgation links on desktop but have them show in the mobile menu when on a mobile device…In other words, is there a way to add the only-mobile class to specific links in the main navigation?

    Thank you so much! :)

    Hi,

    Try activating the plugins one by one and test the form in between, once it stops working you will know which one is causing the problem.

    Regards,
    Rikard

    #592457

    Hi!


    @greydongilmore
    i see you’re now using a different solution, let us know if you still need help.


    @dustingrof
    , modifying the file won’t make the custom field to appear, you’d need to install a plugin (read the topic from the beginning).

    Regards,
    Josue

    #592444

    Hi,

    Ok, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #592440

    In reply to: Pagination issue

    Hi Rob,

    Did you try Ismaels suggestion here?

    Thanks,
    Rikard

    #592439

    Topic: Google Font

    in forum Enfold
    jabbler
    Participant

    I’ve read the following two posts regarding adding an additional Google font:

    https://kriesi.at/support/topic/adding-google-fonts-plural/

    http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    I would like to add the font “Noto Sans CJK JP”

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Noto Sans CJK JP'] = 'Noto Sans CJK JP';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Noto Sans CJK JP'] = 'Noto Sans CJK JP';
    return $fonts;
    }
    

    But it doesn’t seem to be working. The font shows up in the list of selectable fonts, but if I choose the font, it doesn’t seem to be “applying” the font to the actual page.

    It font should look like this:
    https://www.google.com/get/noto/#sans-jpan

    But it currently looks like this (The Japanese text you can see is in a “Text Block” content element. I noticed that the text is currently “h2” heading so I also went to the “Advanced Styling” tab and tried to set the “h2” heading font to “Noto Sans CJK JP” but it still doesn’t seem to be working):
    http://www.jabble.jp/testblog/pricing/

    I appreciate your help!

    Thank you.

    Kelly

    Hi,

    Ok, thanks for letting us know. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #592409

    Hi jezza1961,

    Video autoplay is disabled on mobile devices due to manufacturer limitations, but you can set a fallback image for the Color Section to display on mobile devices.

    Thanks,
    Rikard

    #592400

    Topic: scroll to top

    in forum Enfold
    djsmbd
    Participant

    Is there a way to enable scroll to top in mobile or a tablet?
    It works well on a desktop browser.

    Cheers!

    #592394
    reynoldsphobia
    Participant

    I would like to have something like the issue that was brought up in this old post from 2013:

    https://kriesi.at/support/topic/mail-subject/

    When a visitor sends a message using the contact form, the default subject is “New Message (sent by contact form at ******)” in the email that we receive. Is it possible to change this? I have a field called Subject in the contact form, when a visitor writes a subject of their mail I would like that to be shown instead of the default.

    We’ve tried altering the functions.php with the code suggested there:

    add_filter('avf_form_subject','avia_change_mail_subject', 10, 3);
    function avia_change_mail_subject($subject, $new_post, $form_params)
    {
    $subject = urldecode($new_post['subject_'.(avia_form::$form_id - 1)]);
    return $subject;
    }

    But clearly that code no longer works with the way the new Contact Form is set up.

    Can someone help with an updated solution?

    Okay, I got it with try&error, in the loop-index.php is this snippet some lines below.

    So the full code for the manual excerpt AND the read-more-button on category and tag pages is in the loop-index.php around line 33 according to here:

    	if(is_archive()) { 
    		$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "excerpt_read_more"; 
    		} else {
    		$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content"; 	
    		}	

    — SOLVED —

    EDIT:

    I just found this code snippet for the loop-index.php:
    https://kriesi.at/support/topic/blog-category-frontpage-view/#post-384823
    This works fine and shows my manual excerpt at tag and category pages.

    —–> Now I only need in this code snippet a kind of code to show the “read-more-button”.

    Thanks in advance!

    #592360
    ccyran
    Participant

    Hey guys,

    Have a tricky problem I hope you guys can solve!

    First issue:In Masonry gallery, when my images are clicked on. The descriptions don’t appear. On chrome, it appears once but if you click it again to read, it’s gone. And on Safari, the descriptions don’t appear at all.

    Please see this screenshot attached for reference: http://postimg.org/image/n05uwhg6h/
    So far I only added text to one image (AdAdge Cover on the top right) . See in the screenshot!

    Second issue: Can you guys update this theme to make the description formatting more customizeable? By that, I mean being able to add a title that can be bold, then a description below. Right now, as seen in the link above, the description is pretty plain.

    Thanks again in advance!
    Chris

    My site: http://www.ccyran.com/portfolio

    #592356
    Nathan
    Participant

    Hello

    The site I am working on is bodytalkcare.com

    I have a headline rotator on all pages and am noticing that different pages, the text are not aligned to one specific command.
    I feel confused and need to understand

    Could you please explain one thing I could do
    that would assign all text in all headline rotators on all pages
    to be aligned vertically (so that the px value is equal on the top and bottom of the text in the headline rotators )?

    Thank you

    #592350
    provendum
    Participant

    Hello everybody,

    I have some issues with Enfold and the Pagebuilder.

    1.) On our site: http://cmb.p2407.de/blog/ we created the blogroll with the Page Builder. The Posts are also made with Page Builder. Is there a way to show content/excerpt of that posts in the blogroll?

    2.) In the blogroll the the post thumbnail is shown on top of the post (as we wanted it to). When opening the post site, there isn´t any thumbnail shown. We want to have it on top of the post to as shown in the blogroll. Is this possible?

    3.) In the blog roll the post title is shown underneath the thumbnail (as we wanted it to). On the single site we removed the title section above the post. Is there a way to show the title underneath the thumbnail there, too?

    I hope,I could make clear what issues we have and you can help us.

    Thanks in advance.

    #592328
    levlaneadvertising
    Participant

    I’m using the WooCommerce Tickets by The Events Calendar. We want to move the Add To Cart portion of the sidebar to the top of the sidebar. I reached out to the developer of the plugin and the code they provided me with to change it, didn’t work and they suggested that it could be code in the theme which is you. Since I know you integrated The Events Calendar into the theme I figured they were right.

    bemvestir
    Participant

    Hi,

    I placed the code indicated in https://kriesi.at/support/topic/disable-toolbar-for-all-user/ on Enfold Child functions.php, however the bar continues to be seen.

    I appreciate your help.

    Kind regards

    #592316
    WP Turned UP
    Participant

    For a Color Section, I had background image set to Scroll > Center/Right. Here were the issues/questions:

    1. When I reached this particular section while scrolling down the page, the background image dropped out from the very top of the section and continued to scroll until it hit the next section. I would expect the image to appear Center/Right based on the height of the content within the section, rather than drop from above. Maybe that’s just the way this is supposed to work.?
    2. When I scrolled up, the background image disappears behind the upper section. I would expect it to stay Center/Right based on the height of the content within the section, rather than disappear under the section above. Maybe that’s just the way this is supposed to work.?

    Thank you,
    Ryan

    #592314
    Julie
    Participant

    Hello!

    I have a page with 3 columns with icon boxes that does not look right on ipad portrait view (768×1024) and on galaxy tab s2 portrait view (1536×2048) and Nexus 7 landscape view (960×600).

    From an earlier ticket for another site, I applied the following code in Quick CSS which fixed most other problems on the page related to the 3-column setup:

    @media only screen and (max-width: 1025px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    }
    }

    One section is still displaying all 3 columns instead of stacking them– screenshot and link are below. It looks fine on landscape (wide view), it’s only a problem in portrait (narrow) view.

    Can you help me fix this?

    Thanks in advance for your help!

    #592305
    jyoon9191
    Participant

    I am using Logo Left, Menu Right header with slim size. The main navigation menu is vertically centered by default. I’d like to move it to lower area – almost baseline and add a line on top of menu with two buttons.

    I tried modifying helper-main-menu.php in child theme by adding a new div on top of nav. But I cannot make the nav shorter with existing child menus.

    Thanks

    • This topic was modified 10 years ago by jyoon9191.
    #592302

    Hey!

    Manual Excerpt can be activated at the top right (Screen Options).

    WordPress can build an automated excerpt with the post content (if no manual excerpt is present), however (as i see in your screenshots) it appears some of your Posts are using Enfold’s ALB, because of that the post content is filled with a bunch of [shortcodes], so the solution would be to either stop using ALB on Post or set a manual Excerpt for them.

    Regards,
    Josue

    #592301

    That worked Vinay, thank you!

    One more question, since you have access to our site: we are experiencing some difficulty with our product pages. We’ve installed a plug-in that allows us to put custom backgrounds on the product pages, which seems to be working although the product pages seem to have a layer of opaque white over the background images, which only become momentarily visible when you force scroll at the top of the page.

    Also (sorry, this makes it 2 questions) is there a way to get custom backgrounds on the shop, cart and checkout pages? Woo commerce doesn’t like the Advanced Editor.

    Many thanks!

    Todd

    #592292
    spidxel
    Participant

    Hola!
    Estoy tratando de hacer lo mismo que en:
    https://kriesi.at/support/topic/mostrar-contenido-completo-en-entradas-de-blog/

    …en otra pagina y no lo consigo…hago lo siguiente:

    …Activo el Editor Estándar y busco el ShortCode de Entradas de Blog desde la “varita magica”, configuro todo igual que lo que figuraba en el Editor Avanzado..(Selecciono Grilla de 1 columna, que me muestre titulo + extracto)., y sin embargo no logro que me muestre el contenido completo…

    Que paso estoy omitiendo o equivocándome..?
    Gracias de nuevo!

Viewing 30 results - 99,481 through 99,510 (of 142,852 total)