Viewing 30 results - 93,781 through 93,810 (of 142,714 total)
  • Author
    Search Results
  • Hey johnebase,

    Enfold shortcodes are available in the text editor on top right and it looks like a magic wand icon. Once you click on it you get more options to choose from.

    Please see attached screenshot.

    Best regards,
    Vinay

    #651774
    hotspot
    Participant

    Hi,

    We used a codeblock to place some extra code in. We dont need the code to show so we gave the codeblock a display:none css class.
    Not in the front-end there are several div’s placed arount the code block. Also a .content div which places a margin on top and bottom.
    We just want the codeblock to be invisible on the front-end. So no sections or other content divs around them.

    Any idea how to solve this?

    #651763
    avwebmaster
    Participant

    Hi,

    I’m trying to figure out what went wrong on the 5 column layout of the site attached.
    As far as I’ve understand, the “first” attribute is set to the first column, then gets re applied at the first column of the next row.

    I did the same concept but there were issues viewing the columns on tablets and mobile.

    Please help.

    <![CDATA[[av_one_fifth 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_one_fifth]
    
    [av_one_fifth 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_one_fifth]
    
    [av_one_fifth 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_one_fifth]
    
    [av_one_fifth 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_one_fifth]
    
    [av_one_fifth 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_one_fifth]
    #651759

    Hi,

    It appears you have made some changes and it looks a lot better in the mobile now.

    However the address still run into the logo to resolve this issue please consider makign the logo size smaller and move the menu button to right.

    @media screen and (max-width: 480px) {
    .responsive .logo img {
        height: 90px !important;
    }
    .responsive #top #wrap_all .container {
        width: 99%!important;
        max-width: 99%!important;}}

    Best regards,
    Vinay

    • This reply was modified 9 years, 8 months ago by Vinay.
    #651723

    In reply to: Responsiveness

    Hey rlogan2334,

    this is because you are using this code:

    #top.page-id-126 #av_section_1 .av_textblock_section .avia_textblock>p {
    left: -120px;
    }
    

    change the value until it fits to you. Add media queries to your code for mobile devices, like:

    @media only screen 
      and (min-width: 414px) 
      and (max-width: 736px) {
    #top.page-id-126 #av_section_1 .av_textblock_section .avia_textblock>p {
    left: -10px;
    }}
    

    Best regards,
    Andy

    #651659

    Thanks but I am not sure why the top menu is no longer highlighted once a submenu item is selected within the Enfold theme. I am not sure what to modify??

    mascokristina
    Participant

    I am looking for a little bit of code or help on whether it’s possible to stick elements in the Avia layout builder to the top of a page… essentially the elements act as another header within the page (but not on all pages).

    I would like to fix the page under the 3rd separator so that when you scroll down the page, the year and the teams are always visible on the top. It would be a great future feature to have a “sticky” as one of the whitespace/separator options, but for now is it possible to grab some code or quick CSS that would allow me to set the anchor/stick/pin place by page?

    • This topic was modified 9 years, 8 months ago by mascokristina.
    #651639

    There is something within the text box on that page that is causing the bug. It’s definitely a BUG. I went back several revisions before there was content in the text box. It came back and would let me edit. I added the content back in, edited to make sure there was no weird code or stray html or css and updated. It saved it, but again will not allow me to edit or reload the elements after I hit update.

    I rechecked again to see if there was odd coding in the table within the text box (I suspect that is probably where the bug is being thrown) and there was an extra opening <td> and a missing <td></td> further down the table. I corrected that, and continue to have issues.

    Thinking it might be the table, I went back in, deleted the one column layout element and the text box element, added a new one of each, pasted the text – minus the table – to see if it would display after update. It did not. It still won’t load.

    I then started adding content one line at a time. It allowed the headline “Hunting in South Fork”.
    I added the next paragraph and removed the link, thinking perhaps that was the problem.

    Aspen Ridge Cabins serves as a great basecamp for three big-game hunting units offering trophy elk and deer: Units 76, 79 and 80. These are draw-only units, so check with the Colorado Division of Wildlife for limited license application deadlines (no over-the-counter elk or deer licenses are available for these units).

    But that did not fix the issue.

    Next, I used the headline and inserted Lorum Ipsum text. It permitted me to save, AND allowed me to edit.

    Then I added content a few words at a time. It stopped working when I added <strong>Units 76, 79 and 80</strong>.

    Thinking I was on to something, I grabbed the whole paragraph above and removed all the STRONG elements from the text. And now…IT WORKS.

    So THEN I readded the entire content of the page that has been in there, removed all STRONG elements and it loads fine.

    THERE IS SOMETHING AMISS WITH THE STRONG/BOLD ELEMENT.

    Sandy
    Participant

    Problems uploading images after WP4.5 even after following steps in your post. I followed https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/ except for this step: “If clearing your cache did not work then you could try to add the following code to the bottom of the themes functions.php file” because I deactivated all plugins. So there can’t be any plugin conflicts right? There were only 2 plugins active: BB Press and WP Super Cache. Images larger than 2.7MB failed on Mac. Any images (inconsistently) fail on PC Chrome and Explorer. Images are uploaded one at a time.

    #651591
    crawford13
    Participant

    Is it possible to have the menu vertical aligned when using the sidebar header option. To be a little more specific as to what I am trying to do is, keep the logo at the top, vertically align the menu, then have the social icons and/or widgets at the bottom of the sidebar.

    Any suggestions would be helpful.

    Thanks

    #651587
    Christian
    Participant

    Hi there,

    I am trying to setup a new revolution slider, super easy. I have done it in other templates – it suppose to work fine, just simple 2 slides that meant to loop. However, it doesnt seem to be able to start from slide 1 to slide 2. Only stops at slide 1.
    This is really confusing :-( I thought it is something with the template?
    My page is : http://meetinggrace.com.au/newhome/
    Should I lodge a ticket to revolution slider?
    Happy to share my login

    Thanks

    dibooth
    Participant

    Hi;
    Am I missing some setting so that the top menu selection remains highlighted (active) after you have selected an item on the sub menu?

    Check out our test site please: http://035.acc.myftpupload.com/job/fine-gardening-crew-leader/

    I am using a job posting plugin, but am wondering why the top menu doesn’t stay active with “Careers” remaining highlighted.

    Thanks,
    Diane

    #651569

    In reply to: Icon in menu?

    Hey!

    You can go back to Appearance > Menus and click “Screen options” on the top right corner and check “link target” and then add a new Custom Link to your menu and choose to open it on a new tab :)

    Have you made any changes on the files? If you have not, you can simply update the theme – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #651545
    artisforever
    Participant

    Hello,

    I’ve been in an out of a few threads, with no success at formulating a responsive full-width instagram section. I’ve used the Facebook, Twitter, and Instagram feeds near my client’s footer for a while but want to upgrade visitor’s ability to see daily menu specials for my client’s restaurant site.

    Could you explain the first steps to getting stared on this?

    To help speed things up, I was posting here, but wasn’t understood correctly I believe, so I made this new thread, here was the old post:

    #651533
    Christian
    Participant

    Hi guys,

    Great work on the theme!
    I have been trying to make a transparent layer header using various ways like http://www.therocks.church , I know they are using Enfold.
    But it just doesnt work on my site, my page is http://www.meetinggrace.com.au/newhome

    Could somebody help?

    I use the following code:

    
    .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content, .alternate_color .av-share-box ul, #top .alternate_color .av-related-style-full .related-format-icon, .alternate_color .related_posts.av-related-style-full a:hover, .alternate_color.avia-fullwidth-portfolio .pagination .current, .alternate_color.avia-fullwidth-portfolio .pagination a, .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a {
    	background-color: rgba(255,255,255,.5) !important;
    }
    
    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
        background-color: rgba(255,255,255,.5) !important;
        color: #808080;
    }
    
    #main, .html_stretched #wrap_all {
    background-color: transparent !important;
    }
    
    #651528
    Poirot
    Participant

    Hi!

    I’d need to make a different menu (with its own logo) for one specific page of my website. How would this best be achieved? I have tried using a full-width submenu, but I can’t drag it into the color section of the top of the page. Also, when I try with code, the code is aligned with the center of the color section (which is useful on other pages), instead of displaying on top. Any solution for this?

    Regards,
    Poirot

    #651524

    In reply to: Enfold and PageSpeed

    This post seems to indicate that it’s an issue with all Enfold WordPress sites: https://kriesi.at/support/topic/minimalistic-theme-available/.
    I have several sites using Enfold (because it’s a great theme to work with!) and even the small ones don’t pass the Google PageSpeed baseline of 85. In all cases, the biggest warning is “Eliminate render-blocking JavaScript and CSS in above-the-fold content” How can I do that step, or is that just how Enfold currently works?

    #651513

    Hi!

    Please add following code to Quick CSS

    .html_header_top.html_header_sticky #header {
        top: 0 !important;
    }

    If that does not help, please create a temporary admin login and post it here privately. Space is caused by Google Conversion frame

    Regards,
    Yigit

    #651510

    I see there is position:21px and I can’t find it on css http://prntscr.com/bj3dsm

    i tried to eliminate this by:

    .html_header_top.html_header_sticky #header{
    	top:0px !important;
    }

    and

    #header{
    	top:0px !important;
    }

    but it doesn’t work.

    web: http://www.extendo.pl

    #651505

    Hey turistai,

    We have replied you here – https://kriesi.at/support/topic/content-not-centered-when-zooming/#post-650790

    Best regards,
    Yigit

    #651497
    SimonPL
    Participant

    Hi,

    I moved my site from one server to another. Now i have problem with transparent line on the top of the screen. Please see attached –> http://prntscr.com/bj35cy
    I trying to find css code to turn it off but I cant. Where I can turn it off?

    #651474
    philippvavra
    Participant

    Hi,
    I am using a static image with the function “stretch to fit” on top of a site with a background position property. It seams like they are stretched on the full height of the window. So there is a difference by viewing the site on different screen-heights. Is there a way to display them always in the same way?
    Thank you!

    #651449

    In reply to: Date Picker Position

    Hi,

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

    #top .avia-datepicker-div.ui-datepicker {
        z-index: 999!important;
    }
    

    Best regards,
    Yigit

    #651436
    mikebackhouse
    Participant

    Hi guys

    I’m having a big headache with the image with hotspots. I’m trying to create an online course, and each slide uses an image with very precise hotspots. The problems I’m having are:

    1) If aligned “top center”, the tooltip flashes/blinks on an off constantly
    2) If aligned left or right, top, center or bottom, it’s mis-aligned..

    See screenshot below.. the tooltip should be appearing next to the hotspot above it!!

    screenshot

    Please Help! I’m working to a REALLY tight deadline here, and I can’t think of any other way of doing this :(

    • This topic was modified 9 years, 8 months ago by mikebackhouse.
    #651434

    Hi,

    Thanks for the quick response, BUT there is an error on my plate.

    In fact, I don´t have pages with comments, BUT post’s.

    The problem happens when I stopped using the “DEFAULT EDITOR” and use the “AVIA LAYOUT BUILDER”.
    In this case the “AVIA LAYOUT BUILDER” not obeys the primary order to allow comments, forcing me to use the “CONTENT ELEMENT – COMMENTS” to show the comments.

    In this point the pagination stop to work in the POST.

    Some sugestion?

    #651384

    hi Ismael,

    it doesn’t seem to work

    Christophe

    #651372

    Also,
    When add the <br>, in Chrome when you go full-width the screen, the top headline (CURATED FASHION FOR LOVERS) goes side-by-side rather than multi-line (even though multi-line is checked).. but it doesn’t do that on IE or Firefox :(

    #651363

    Hi Ismael,

    Here you can see how it is shown in google chrome.

    http://blisterpartner.nl/wp-content/uploads/2016/06/Schermafbeelding-2016-06-21-om-09.28.27-1.png
    – icon should be a rectangle, but is square.

    http://blisterpartner.nl/wp-content/uploads/2016/06/Schermafbeelding-2016-06-21-om-09.28.53.png
    – icons are missing in front of the text
    – icon for button go to top is also square.

    and here in FireFox
    http://blisterpartner.nl/wp-content/uploads/2016/06/image001.png

    #651362

    Hi Rikard,

    I added the missing code into my style.css. Not sure whether it covers all devices but it looked fine on my desktop, iPad and Xperia. I would just like to suggest to include a definition for this input type in one of your next updates.

    input[type='reset'] {
    	background-color: #435960;
    	color: #ffffff;
    	padding: 9px 22px;
    	cursor: pointer;
    	border: none;
    	border-radius: 0px;
    	-webkit-appearance: none;
    }
    
    input[type='reset']:hover {
    	background-color: #88bbc8;
    }
    • This reply was modified 9 years, 8 months ago by GSM.
Viewing 30 results - 93,781 through 93,810 (of 142,714 total)