Viewing 30 results - 227,161 through 227,190 (of 243,568 total)
  • Author
    Search Results
  • #228815
    #228807
    EMS4HIM
    Participant

    How can I take out this block of text when looking at the source code.

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 2.5
    Installed: MalmstromWhite
    AviaFramework Version: 1.8.6
    AviaBuilder Version: 0.5
    ML:128-PU:34-PLA:1
    –>

    Hi!

    The links above are showing on my end but it looks like you’ve had to re-set the permalinks. You may need to clear and re-set the htaccess file if it has gotten corrupted to get them to work properly: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    Cheers!
    Devin

    #228795

    Hey!

    I’m not really sure I understand the issue. That is a basic internet/browser interaction between the site you are viewing and the user. Removing alt data, tooltips etc has not only a negative seo impact but it makes it non-friendly for screen readers as well.

    The online docs has an entry for changing the default blog title: http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/

    Regards,
    Devin

    #228781
    InfinityJane2013
    Participant

    I updated woo AND Enfold… Now my menu in the sidebar is acting different.

    Before the text and the price was nicely above each other with nice space and the picture to the right.

    Now the price is like going “under” the picture, and i get a lot of not good looking space?

    Whats wrong and how to correct it? I look with firebug, but can’t see through that problem, because i don’t know how it suddenly became like that.

    Here you see before and after....

    #228747

    Topic: Pinterest

    in forum Enfold
    Jasmer
    Participant

    Hey guys,

    I have a Child Enfold Theme installed. I’d like to add the Pinterest On Hover Pin In buttons as described here.
    https://developers.pinterest.com/on_hover_pin_it_buttons/

    Where would I put this in the Child theme?

    Thank you, Jasmer

    #228745
    mrshaffly
    Participant

    Switching to default theme and then back again caused layout issues on the home page (there’s a sidebar on there wreaking havoc that isn’t supposed to be) and my footer widgets disappeared. If I’m logged in, the page appears fine. My home page is laid out very similarly to the default Enfold theme. Why and how can one fix the front page after switching back and forth. This happened once before, and I don’t remember the steps I took to fix it.

    Secondly, if I manually logout, http://divawow.org/membersonly/my-account/logout/ , why does the page title state “AdSanity Data Storage”? And the breadcrumbs state “Home/Shopping Account/Logout”?

    • This topic was modified 11 years, 9 months ago by mrshaffly.
    #228735

    Hi Cum_Vincere!

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

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks li {
    float: left; }
    .responsive.social_header .phone-info { float: right; clear: none; margin-top: 10px; }
    }

    Regards,
    Yigit

    #228729

    Hi smorrone!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and change the font family to needed one

    .av-special-heading-tag { font-family:"Times New Roman",Georgia,Serif !important; }

    Cheers!
    Yigit

    #228726

    In reply to: Header issues

    Hi Gee Are!

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

    #header_meta { z-index: 3; }

    2- Please go to Appearance > Menus and uncheck "Use as Mega Menu" on miApple.TV menu item http://i.imgur.com/aWAe8uw.jpg
    3-

    #top .main_menu .menu>li:last-child>a { padding-right: 15px; }

    Cheers!
    Yigit

    #228711

    In reply to: Enfold fixed header

    Many thanks! In my case it worked perfectly with a variant (in order to not affect the spacement of menu’s sub-itens):

    
    #header_main .container, .logo img, .logo a {
       height: 88px !important;
       line-height: 88px !important;
       max-height: none !important;
    }
    
    #228703

    Hi rolfroyce!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .main_color input[type='submit'] { background-color: orange; color: #ffffff; border-color: orange; }
    .main_color input[type='submit']:hover { background-color: green; color: #ffffff; border-color: green; }

    Best regards,
    Yigit

    #228696

    Hi rseybold!

    Can you post the link to your website? Just to make sure, are you adding your code in Div / Video layer? It does work fine on my installation

    Cheers!
    Yigit

    #228694

    Hey!

    Please try update the theme to the latest version 2.5.4 http://kriesi.at/documentation/enfold/updating-your-theme-files/
    If it still does not work, please refer to fix under “Fonts not loading in Firefox or IE9” section here http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Cheers!
    Yigit

    #228693

    Hey Aerny!

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

    .avia-slider-testimonials .avia-testimonial-content { border: none; }
    .main_color .avia-testimonial-arrow-wrap .avia-arrow { display: none; }
     .main_color .avia-slider-testimonials .avia-testimonial-content { background: transparent; }

    If you would like to keep the border and arrow, do not add first two lines of the code

    Regards,
    Yigit

    #228687

    In reply to: Sidebar left margin

    Hey alquadrat!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .inner_sidebar {
    margin-left: 10px;
    }

    Cheers!
    Yigit

    #228685

    Hey!

    It is possible but you need to modify Grid.css file inside wp-content\themes\enfold\css folder. You can hire a freelance developer on Microlancer, Codeable or WerkPress

    Best regards,
    Yigit

    #228676

    Hey!

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

    .form-allowed-tags { display: none; }

    Please post a screenshot and show if there is anything else you would like to remove

    Cheers!
    Yigit

    #228671

    Hey!

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

    .current-cat a {
    font-weight: bold!important;
    }

    Best regards,
    Yigit

    #228667

    In reply to: Moving table rows

    Hi bsingenberger!

    Unfortunately the table element does not have a way to move a row easily. You could try modifying the raw table shortcode but any error would break the table so it should be done with care.

    You’ll need to turn on the ALB debug field following this guide which will then show you your layout builders raw shortcode output in a field under the builder: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Cheers!
    Devin

    #228660

    Thank you Devin!
    You replied to my previous post about Child themes and you said something about the latest Enfold version on Themeforest, would contain a “better” version of the Child theme found in the documentation but I couldn’t find it inside the zip file.

    Is that really different from the sample file you provided in the documentation? Would you mind sharing it here or maybe including in the next theme update?
    Thank you!

    #228659
    stardrive
    Participant

    Please, I will soon commence design with your enfold theme I purchased.
    I am in discusiion with a propective client, and he is suggesting that instead of your icon collapsible text box, he would like to have a full (non collapsible) Text Box on the Right Hand Side of the Top Menu Bar.
    Please, how can this be achieved with your theme?

    #228651

    Hi and I really must congratulate you on a great support and a great theme. That said, I’m wondering what kind of integration we can expect with The Events Calendar? Will it be possible to use the Advanced Layout Editor with The Events Calendar? In any way?
    Would it be possible to use f.e. shortcode for The Events Calendar? Or use the Advanced Layout Editor when creating Events?

    #228650

    <b>Warning</b>: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wc_setup_product_data’ not found or invalid function name in <b>/home/xxx/wp-includes/plugin.php</b> on line <b>507</b>

    <b>Warning</b>: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/xxx/wp-includes/plugin.php:507) in <b>/home/xxx/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php</b> on line <b>33</b>

    In addition, when activated, s2MemberPro, which requires SSL on certain pages, no longer works and has a “too many redirects” error which when WooCommerce is deactivated, works.

    http://www.divawow.org/membersonly/

    Is the site. I see these errors in Safari and Chrome. Firefox seems to be hiding them. And in CHROME the template appears to be completely broken. Perhaps due to the errors?

    #228649

    It seems to be in conflict with the “blog posts”, the latest posts feature from the Avia layout builder, I have the same problem on another page and when I remove the blog posts it is fine !
    What other plugin could I use to replace this ?

    • This reply was modified 11 years, 9 months ago by Amanda.
    #228647
    Helchar
    Participant

    Hello,

    How I can do to display the title and category of a portfolio item instead of the title and excerpt in a portfolio grid?

    Thanks in advance!

    #228645

    Hello
    I have done what you mention but it still doesn’t seem to work.
    My description is saved and appears when I open the code source of my site but the “Page Analysis” of the wordpress seo by yoast at the bottom of the front page still indicates : No meta description has been specified, search engines will display copy from the page instead.
    The keyword / phrase conseil does not appear in the page title.” > There is a meta descritption and the the keyword does appear in the title…
    Thanks again

    #228643

    In reply to: Header Issues

    Hey!

    I see it here:
    http://flatev.com.s180084.gridserver.com/wp-content/themes/enfold/css/custom.css?ver=1

    But is set to 130px, try changing it to 80px.

    Best regards,
    Josue

    #228642
    JoaquimN
    Participant

    Hi, I would like to know if there’s any music player plugin which is easy to implement in Enfold, something you guys already tested with the theme or something like that.

    Can anybody help me here and maybe show me an example of something similar working live?

    Thank you in advance!

    #228638

    In reply to: Header Issues

    Doesn’t change anything if I put into the Custom.css (enfold –> styling options)
    The CSS file already contains:

    .fixed_header #main {
    padding-top: 0;
    }
    
    .header_color .header_bg, #header_main {
    background-color: white !important;
    border: none;
    }
    
    .header_color div {
    border: none;
    }

    What am I doing wrong?

Viewing 30 results - 227,161 through 227,190 (of 243,568 total)