Viewing 30 results - 231,241 through 231,270 (of 244,619 total)
  • Author
    Search Results
  • #210338

    Hey guys – any word on this yet? Still need to be able to:

    Have ONLY default lightbox show on gallery image click
    Have title display to the right of the left/right/play icons. I’ve seen this on a site before but not sure how to complete it.
    Thanks in advance.

    #210335
    romanalbertini
    Participant

    Hi there!

    At the moment there are three page templates (default template, archive and blank). I want to add one. I understand that I can just copy an existing one (per example template-builder.php) and save in under a new name. But where do I tell the theme that there is now a new template available?
    Also: I’m using enfold as a child theme. Just in case this changes the way I have to add this new page template.

    Thank you for any help…

    #210331
    momomany
    Participant

    LayerSlider: old jQuery issue

    I am no “WordPress Ninja” ( a term found on your enfold sample) Ha! All skill levels would have to include my level which is below beginner.
    Anyway, I had the site running and it seemed like I was figuring things out until an update somewhere (wordpress?) made the site start giving me this error message. HELP! I have searched for an answer, updated the jQuery to the latest version 2.0.3 and prayed real hard! It
    just isn’t happening. Is there help for me? Keep in mind, I’m a newbie at ground level. I’m willing to keep making the effort, but don’t know where to go next. Step by step please?

    #210315

    In reply to: Team Member – Enfold

    This reply has been marked as private.
    #210312

    Topic: Team Member – Enfold

    in forum Enfold
    wasite
    Participant

    I have problem with the 6th team member profile. It does not align with the rest of the profiles on the 2nd row.

    FYI: I have three 1/3-sized box on the first row. The third one is empty. Then there are three 1/3-sized box on the second row. All are filled with team member profile.

    Thanks!

    • This topic was modified 12 years, 3 months ago by wasite.
    #210303
    Imburr
    Participant

    The ajax popup cart icon is missing anchor text, so I added it via a hidden div and a -9999px alignment. I dont know if this is something you guys wanted to work into the theme, but it might be useful since the cart icon has the ability to show up on every page.

    Here is what I did:

    Edit config.php in enfold\config-woocommerce\config.php

    Line 758

    
    $output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."><span class='hide'>Cart</span></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
    
    #210295
    bryanpeck
    Participant

    I have version 2.5 of Enfold and the site I am developing is for a business with multiple locations. I have created a basic template with content and images that are specific to each location. When creating the next location page I am basically using a plugin to “clone” the location template, but when making the necessary changes (images and text) and the Publishing, the page is reloaded (in the Admin area) and only has half the page’s content and images. It has completely lost half the page.

    Can someone please tell me what’s going on and how to fix it?

    thanks!

    #210286

    In reply to: LayerSlider Bug

    Hey!

    There is a newer version of LayerSlider included in the newest version of Enfold. You can try updating though the set up you have now technically shouldn’t be working.

    The included version of the plugin has the shortcodes disabled for LayerSlider since the theme alterations are supposed to limit it to only working with the advanced layout builder.

    So I’m not sure how you want to proceed in this instance since updating may mean you aren’t able to keep the current layout if it was only possible because of a bug in that version.

    Regards,
    Devin

    #210276

    Hi!

    I am not sure why that happens. Can you try updating manually this time following the instructions in the link i posted here https://kriesi.at/support/topic/enfold-version-2-4-5-out-but-no-theme-update-from-within-wp/#post-208322 ?

    Cheers!
    Yigit

    #210271

    In reply to: "Post_gallery" filter?

    Wow! I’ve been looking into this very issue this evening and have the same problem – I want to use the gallery, but need to link to pages rather than the image files. I came up with the same idea you had, based on FAQ 6 on the plugin site (http://wordpress.org/plugins/wp-gallery-custom-links/faq/). I think I’ve found the right enfold file (gallery.php), but I dont have a clue where the post_gallery filter needs to go. I’m also a little nervous about editing the theme’s core code – it would be much nicer to have the hook included in an update.

    Cheers

    rog

    #210267

    Hey!

    Wanted to check if css code was being applied or not but “Maintenance mode is on
    Website will be available soon”
    Please try
    1- Flushing browser cache after applying the code and refresh your page a few times
    2- adding the code to bottom style.css file of your child theme in Appearance > Editor if you are using a child theme
    3- adding the code to Custom.css file inside Enfold/Css folder
    4- Try adding !important rule as following

    #bbpress-forums div.bbp-search-form { width: 100%!important; }
    #bbpress-forums #bbp-search-form #bbp_search {  width: 75%!important; }

    Regards,
    Yigit

    #210266

    In reply to: Search icon

    Hey :)

    so … i think, i figured out, that the basic.css from the ubermenue is overwriting your css File:
    The releated part seams this one:
    media=”all”
    #megaMenu.megaResetStyles div, #megaMenu.megaResetStyles span, #megaMenu ul.megaMenu, #megaMenu ul.sub-menu, #megaMenu ul.um-sidebar, #megaMenu li.menu-item, #megaMenu li.widget, #megaMenu li.menu-item > a, #megaMenu img.um-img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
    }

    I played around with the developer tools from the chrome browser. When i disable the “font-size: 100%”, then your search Icon will appear bigger.
    I’m not really firm with CSS. is there a possibility to solve the stuff in the Enfold Theme, or should i contact the ubermenue support ?

    Another idea … i can setup a testing wordpress installation for you, with Enfold and the Ubermenu Plugin. Also with FTP access and so on.
    I think, when this would be necessary, i can do this on weekend ..

    Br,
    Martin

    P.S. perhaps it could be a great idea, to implement the possibility to use a graphical menue with Enfold :)

    • This reply was modified 12 years, 3 months ago by mwolfert.
    #210262
    targetzero
    Participant

    Hi, I searched the forums and found this post , but that did not help me when I added the CSS to the quick CSS in the Enfold Theme on my site.

    Is there another option that works? I want to be able to add bullet points to the product description and the short description.

    Mys site is: http://www.marketingcommunicationsblog.com/product/graphic-design-measurement-chart-free-download/

    #210258

    Is it possible to have your testimonial-slider more that one item?

    Cheers!

    #210257
    This reply has been marked as private.

    Hi Devin,

    HAPPY NEW YEAR :D

    I had the next appointment with the client today. Could you help me with the following issues?

    1) The inserted image in the header.php “DIREKT KONTAKT” is not linked to the contact page and not aligned right anymore but it should.
    2) Can I set up PT Sans for the Body Copy? I can’t choose it from the ENFOLD menu.
    3) The headlines (H1 – H6) are all bold/strong. Can I set them to regular globally?
    4) How can I increase the line spacing for certain headlines?
    5) How can I change the color of the email-symbol (Socail Icon) in the header to the global orange (#e6742d)?
    6) How can I decrease the space between color sections globally? It should be half the space then now.
    7) Can I remove the arrows in the ajax portfolio view? They are for navigating from project to project but the client doesn’t want them.

    If you need any additional information please let me know.

    Thank you so much in advance!!

    Cheers,
    Jan :)

    #210244
    Thinkgate
    Participant

    Hey,

    I recently updated Enfold to the latest version (not my child theme) and lost the Custom CSS Field for all ALB Elements functionality.

    I am trying to turn it back on, but cannot remember what file (and where in the file) to apply the code below:

    add_theme_support('avia_template_builder_custom_css');

    I’ve read the documentation/post on doing this, but it does not explain where to apply this code.

    Also — would I just add this file (and the directory’s/folders above it) to my child theme folder, so it won’t get removed for future updates?

    Thanks guys!

    • This topic was modified 12 years, 3 months ago by Thinkgate.
    #210241

    Hi!

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

    #bbpress-forums div.bbp-search-form { width: 100%; }
    #bbpress-forums #bbp-search-form #bbp_search {  width: 75%; }

    Best regards,
    Yigit

    #210240
    AdDesign
    Participant

    Hi!
    Please help me with the following problem:
    When I use the enfold google maps widget, unfortunately my Android device gives the following error message:

    “The google maps Api server rejected your request. The sensor parameter specified in the request must be set to either trueor false.”

    The result is, that the map does not appears and the header navigation disappears.

    Any ideas?

    Thanks a lot!

    Best regards, Alex

    #210235
    rubieandersson
    Participant

    Hi!

    Nothing that I customize on the Enfold styling page seems to take effect, as the Header Font or the Footer styling. I also want to customize logo size, menu font and size and tried to add code in the Quick CSS, which didn’t work either… Then I tried to add the same coding to the custom.css, but no luck there either.

    This is the coding I used:

    #top .logo img {
    width: 440px;
    height: 202px;
    }

    .main_menu ul:first-child > li > a { font-family: ‘Oswald’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; }

    .main_menu ul:first-child>li>a {
    font-size:24px;
    }
    Would be very thankful for help. Need this to work as soon as possible.

    Here is the website: stocktownproductions.com

    Thank you,
    Rubie

    #210225

    Hi spitsdesign!

    No, unfortunately not without modifying the gallery shortcode file. All available galleries are shown here: http://kriesi.at/themes/enfold/shortcodes/gallery/

    Cheers!
    Devin

    Hey!

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Devin

    #210210

    Topic: Trouble with tables

    in forum Enfold
    robinson-kruse
    Participant

    Hi,
    I’m running the enfold theme on wordpress 3.7.1.

    Each time I enter a html table in a text block (Advanced editor), save and reopen, I get dozens of line breaks in front of the table.

    Thank you for your support.

    Sven

    #210198

    Hi jasonselwyn!

    Can you post the link to your website? We may need a temporary admin login so if you do not mind, please post it here as well.
    LayerSlider shortcode does not work on Enfold unless you are using Layer Slider plugin as a standalone plugin.

    Cheers!
    Yigit

    #210196

    In reply to: Navigation Second Line

    Hi Schloss Klaus!

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

    .header-scrolled .menu-second-line { top: -50px; }

    Best regards,
    Yigit

    #210195

    Hey!

    Following code should do it

    @media only screen and (max-width: 1140px) and (min-width: 990px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 32.2%!important; }}
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 31.8%!important; }}
    @media only screen and (max-width: 767px) and (min-width: 481px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 30.9%!important; }}
    @media only screen and (max-width: 480px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 29.5%!important; }}
    

    Cheers!
    Yigit

    #210193

    Almost there Yigit. It worked for pc, but responsive view jumps down to 2 column again.

    #210191

    Hi!

    Please try adding the code to Custom.css file inside Enfold/Css folder and if that does not work as well, plese add !important rule to force it as following

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 16.1%!important;
    }

    Regards,
    Yigit

    Hi jcsufootball07!

    1 & 2- You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #top .main_color .avia-button.avia-color-theme-color { color: black;
    background-color: transparent;
    border: 1px solid black; }
    #top .main_color .avia-button.avia-color-theme-color:hover { border-color: red; color: black; }
    

    3- You are going to need to find a plugin to achieve that or hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Best regards,
    Yigit

    #210187

    Hey mgerenser!

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

    .image_size_widget .news-thumb { display: none; }

    You can copy loop-index.php file inside includes folder in your child theme and it should remain the same

    Best regards,
    Yigit

Viewing 30 results - 231,241 through 231,270 (of 244,619 total)