Viewing 30 results - 16,321 through 16,350 (of 18,728 total)
  • Author
    Search Results
  • #279769

    Topic: Footer zentrieren

    in forum Enfold
    crevlon
    Participant

    Hi,

    mit welchem CSS Code bekomme ich den Footer zentriert?
    Den Socket habe ich mit folgendem Code zentriert bekommen:

    #socket .copyright {
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
    }

    Liebe Grüße,
    Marco

    #279538

    Hey!

    Please go to Appearance > Widgets and add a text widget to one of Footer column widget areas and paste this code inside it

    [av_image src='http://localhost:8888/Enfold/wp-content/uploads/2014/04/comodo_internet_secure.jpg' attachment='3083' align='center' animation='no-animation' link='' target='' styling='' caption='' font_size='' appearance='' custom_class=''][/av_image]

    You should upload your logo in Media Library, get its link and change it with the one in this shortcode

    Regards,
    Yigit

    #279519

    Hey capuchin!

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

    h3.av-special-heading-tag {
    font-weight: normal;
    font-size: 18px;
    }

    Cheers!
    Yigit

    #279454
    capuchin
    Participant

    Hi!
    I am very happy with the theme. Congrats on such a great work!

    I have a low priority question, nevertheless: I’d like to have my header (H3) look like the header in the dashboard/special heading, the same font, size and not bold. Do you perhaps know the standard font in the dashboard?
    And if you are not sure about the font, how can I get the H3 header ‘regular’ instead of bold?

    Thank you so much!!
    Linda

    #279357

    In reply to: Font Size Increase

    Hi!

    Thank you for using the theme!


    @sdbroker
    & @tylerjmorrison: Thanks for helping out! :)


    @bngodfrey
    : You can try the suggestions above or use this:

    .phone-info span {
    font-size: 18px;
    }
    

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #279321

    In reply to: Secondary Menu

    This reply has been marked as private.
    #279277

    Hey!

    1) Try this code instead:

    
    .single #wrap_all div[itemprop="description"] p{
    font-size: 18px;
    }
    

    2) Please add this code to the child theme functions.php file to hide the additional informartion tab. You can also add it to enfold/functions.php if you don’ use a child theme:

    
    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
     
    function woo_remove_product_tabs( $tabs ) {
        unset( $tabs['additional_information'] );  	// Remove the additional information tab
        return $tabs;
     
    }
    

    Cheers!
    Peter

    #279272

    In reply to: form

    Hey!

    You can change the text color and font size with this code – just insert it into the quick css field and change the values if necessary:

    
    .avia-form-success{
    color: #333;
    font-size: 12px;
    }
    

    Best regards,
    Peter

    #279264

    Hi Ismael,

    Thank you very much, although the code to add the H tag works perfectly when I edit the slideshow-accordion.php file, I prefer NOT to do it there, unless there will be a permanent fix on the next theme update to add the missing H tags. The reason is that I don’t want to keep editing that file every update.

    Is there a way I can do the edit on the Child theme level through the functions.php file or will it be ok to copy the slideshow-accordion.php file to child-theme/shortcodes folder and just make the suggested edit on the child theme’s file?

    2) I added this one on the CSS instead, so I can also have visible excerpt on all media screens:

    #top .aviaccordion-title {
    text-transform: none;
    font-size: 1.2em;
    }
    
    .aviaccordion-excerpt p {
    font-size: 0.7em;
    line-height: 1.4;
    }

    Thank you again for this!

    Best,
    George

    #279243

    Hi sdbroker!

    Thank you for using the support forum!

    1.) It’s not possible to select the headline tag for the accordion title but you can edit config-templatebuilder > avia-shortcodes > slideshow-accordion.php. Find this code on line 577:

    $output .= !empty($slide->post_title) ? "<div class='aviaccordion-title' {$markup_title}>".$slide->post_title."</div>" : "";
    

    Add the headline or heading tag, something like this:

    $output .= !empty($slide->post_title) ? "<div class='aviaccordion-title' {$markup_title}><h1>".$slide->post_title."</h1></div>" : "";
    

    Replace h1 with the headline tag that you want.

    2.) Try to change the font size title of the accordion with this:

    #top .aviaccordion-title {
    text-transform: uppercase;
    font-size: 2em;
    }

    Cheers!
    Ismael

    #279230

    Hi nurdwurks!

    Thank you for using the theme.

    We actually prefer a single question on a single thread. Much easier for us to answer them on that manner. Also, it’ll be useful for other users asking for the same question.

    1.) You can remove the title with this on Quick CSS:

    h1.main-title.entry-title {
    display: none;
    }

    2.) Add this on functions.php:

    add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2);
    function avia_apply_custom_sort_order_to_post_nav($entries, $settings)
    {
    	if(!empty($entries['prev'])) $temp = $entries['prev'];
    	if(!empty($entries['next'])) $entries['prev'] = $entries['next'];
    	if(!empty($temp)) $entries['next'] = $temp;
    	return $entries;
    }

    For the category filter, add this:

    function avf_same_category_navigation($settings) {
          if($settings['taxonomy'] == 'portfolio_entries')  $settings['is_fullwidth'] = true;
          return $settings;
      }
    
      add_filter('avia_post_nav_settings','avf_same_category_navigation', 10

    3.) Edit the search.php or the includes > loop-search.php.

    4.) Change the color of the ampersand with this on Quick CSS:

    .main_color .special_amp {
    color: red;
    }

    5.) Please refer to this link on how to fix permalink issues: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    6.) Change the iconlist background color with this:

    .main_color .avia-icon-list .iconlist_icon {
    background-color: red;
    }

    7.) We can set a specific width for the gallery but it might break the responsiveness of the element. Please select the thumbnail size on the Gallery Preview Image Size option.

    8.) Do you mind providing a screenshot of this pointer?

    9.) You can decrease the padding or adjust the width and height with this:

    .av_font_icon.av-icon-style-border .av-icon-char {
    width: 30px !important;
    height: 30px !important;
    padding: 10px;
    }

    10.) Use this to change the hover color of the icon and icon list elemen:

    #top .main_color .av-no-color.av-icon-style-border a.av-icon-char:hover {
    color: red;
    }
    
    .main_color .avia-icon-list .iconlist_icon:hover {
    background-color: blue;
    }

    11.) Edit the menu font on Enfold > Advanced Styling. Edit the Main Menu Link element.

    12.) You can use media queries to hide or remove the accordion slider for mobile device:

    @media only screen and (max-width: 767px) {
    .avia-accordion-slider-wrap {
    display: none;
    }
    }

    Before posting a question, please take some time to search on the forum or review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Cheers!
    Ismael

    #279225

    In reply to: Header Height Changes

    Hey!

    Thank you for using the the theme.

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) {
    .responsive .logo, .responsive .logo a, .responsive .logo a img {
    position: static;
    height: 45px !important;
    float: none;
    }
    
    #advanced_menu_toggle, #advanced_menu_hide {
    position: absolute;
    height: 36px;
    width: 36px;
    line-height: 36px;
    top: 60%;
    margin-top: -23px;
    font-size: 27px;
    }
    }

    Cheers!
    Ismael

    #279196
    Phet
    Participant

    This is my code in a text block :

    Les entreprises d’électricité EG ltée. [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' color='red' size='1em' position='left' custom_class=''][/av_font_icon] 514.748.0505 514.748.1119 (Email address hidden if logged out) Contact

    I want the icon to be place beside the phone number, but it’s place as the beginning of the paragraph. Is there something I’m doing wrong, or is it just not design to be place inside a body content text?

    Here’s a screenshot : https://www.dropbox.com/s/szftgb5vy2y75lq/screenshot-fontello-in-text.png

    #279192

    In reply to: Font Size Increase

    This worked for me:

    .phone-info {
    float: right;
    font-weight: 300;
    line-height: 20px;
    font-size: 20px;
    padding:5px 0;
    }
    #279190

    In reply to: Font Size Increase

    Try this:

    #top #header_meta .phone-info {
    	font-size: 18px;
    }
    #279189

    Topic: Font Size Increase

    in forum Enfold
    bngodfrey
    Participant

    I am using the following code:

    .phone-info span { font-size: 18px; }

    The problem is, it doesn’t actually appear to be increasing the font size. What’s up with this?

    #279182

    Hi!

    Yes, you can. You can add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .av-masonry-sort a { font-size: 16px; }

    Best regards,
    Yigit

    #279176
    sdbroker
    Participant

    Hello,

    I noticed 2 issues with the image/post/page title on the accordion slider:

    1) The title correctly gets the itemprop="headline" markup, however there is not H tag applied to the title. Shouldn’t at least be an option to select an H tag when inserting the title?

    2) On responsive media screens under 768px, the image/post/page title is not visible (as it can be seen on Enfold’s demo page). I believe that instead of not displaying the title on smaller media screens (as it is currently set), the title typography should be adjusted to smaller font-sizes to fit nicely on the tile wrap. This is not a problem when portfolio images are set on the slider but it is a problem when posts or pages are set because the reader does not know what the image is all about and most likely will not click on the link.

    Is there a fix for these issues? BTW – the font size typography on title tags and entry-title should also be adjusted to scale smaller font sizes as the screen media gets smaller. As it currently is set to remain the same size as the screen gets smaller, it doesn’t look good (to me) compared to the much smaller typography of the content..

    Thank you,
    George

    #279170

    Si, es así como funciona el editor de textos de WordPress por defecto, por eso recomende esos plugins que te permiten tener mas control sobre el texto. Otra cosa que puedes hacer es utilizar código CSS, por ejemplo, este de aquí cambiaría el tamaño de todos los paragrafos:

    p{ 
    font-size: 22px;
    }

    Saludos,
    Josue

    UncleGroOve
    Participant

    Hello folks.
    I installed the Google Typography plugin because I need a more granular approach to the text styling in a site.
    It “usually” runs ok but some markups (not all) are overridden somehwere.
    E.g. in Google typography H2 is set @ 47px, color #908070.
    The output is the correct font, correct size, but wrong color (#222222)
    Even if I enter the same parameter in the custom CSS I still get the wrong result.

    Hovever my other basic styles work ok with a combination of the plugin + added styling (e.g. word-wrap, line-heigth) being declared in the custom CSS.

    So basically what I’m trying to understand is the stylesheet hierarchy… which sheet overrides what and when?
    Appreciate your help, as always

    Paul

    #279053

    In reply to: Make icon logos larger

    Try with this:

    .iconbox_icon {
        font-size: 37px;
        width: 35px;
        color: red !important;
    }

    Best regards,
    Josue

    #279023

    In reply to: Make icon logos larger

    Hey Nelson!

    Try adding this code to the Quick CSS:

    .social_bookmarks li a {
        font-size: 24px;
        color: red !important;
    }

    Modify as needed.

    Cheers! 
    Josue

    #278897

    Great theme. But I really need an answer to this question as soon as you can. I am working on this project today. I don’t know why it is so difficult to change font colors/styles/sizes. No drop-down? Or am I missing something?

    #278871
    nurdwurks
    Participant

    Hi Guys,

    Thanks for all the help and advice so far.

    Thought it would be better to lump a load of questions into 1 help thread rather than post them individually.

    1. Is it possible to hide the page title on the left when I select to show the bread crumbs?

    2. I have set up 4 different portfolio’s at the moment. When you are on the portfolio page there are tabs to the left and right of the page that take you to the next item. At the moment they work back to front, so the left tab takes you to the next item, and the right tab takes you the the previous item. Is there any way of changing this?

    Also with these portfolio tabs is there a way of setting them up so that they only cycle through the specific portfolio category that’s been selected. So if you have a portfolio that’s all videos then these tabs will only cycle through the video portfolio pages etc? At the moment I have 4 different portfolio galleries and the tabs allow the user to jump to a different portfolio which they may not want to see.

    3. How can I amend the search results page? I have looked through everything and I can’t seem to see how its possible. At the moment its displaying a standard enfold template and I would like to customise this as its displaying elements that I don’t want to feature on the search page.

    4. On special headings is there any way of preventing the “&” character from displaying in a different colour / font and italic?

    5. Portfolio pages come up as a 404 unless I change the permalinks structure – which means that the portfolio pages have SEO friendly urls but all other pages are changed to page id’s – is there a work around to ensure that all pages can feature SEO friendly URLS?

    6. Is there a way of changing the colour of the list icons to something other than the default grey?

    7. Is there a way of preventing the gallery from automatically scaling the images to fill the columns? I have a gallery of 2 images which I would like to have displayed centrally – however it stretches the images out to fill the the empty 2 columns. There is a selection to choose the image size but that appears to be overwritten by the theme to expand the images.

    8. A short while ago when I looked at the Enfold theme prior to purchase, the coloured selector that sits under the nav menu had a pointer on it which looks like its been removed. Is there a simple way of adding this? The basic line can sometimes look a little lost with the images that are going to be used in the main slider so this additional pointer should help it stand out.

    9. On the standalone icons – is there a way of changing the size of the ring that surrounds the Icon? At the moment you can tailor the icon size but the surrounding ring remains the same size. They are a little oversized and I would like to reduce them down a bit.

    10. Is it possible to set up a roll over colour for the list and standalone icons?

    11. Is it possible to change the font size and weight for the menu text?

    12. Where can I find the setting that turns the accordion slider on/off for mobile / tablet?

    Thanks

    James

    • This topic was modified 11 years, 9 months ago by nurdwurks.
    #278798
    This reply has been marked as private.
    #278781
    Banfe
    Participant

    1.
    I don’t understand why it is so difficult to just change the color in the text block. It is set at “white”. Normally this is very simple, just a drop down in wordpress.

    How do I change the color? Can I also change the size easily?

    Very frustrated.

    #278757

    Hi Support,

    I am trying in vain to increase the font from the tiny default size, for the main menu. I saw a support post from the DUDE that shows an advanced styling interface, but I do not have this. link was Main Menu”: http://www.clipular.com/c/4867125315371008.png?k=EWMkuGIC8jYUxiXett5OdHGwJ4U can I get this, is it beta? and will it help?
    My website is http://www.focus2photography.com and you can see the menu font is tiny.

    I tried pasting some quickcode CSS but it had no effect, is it wrong?
    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
    font-size: 16px;
    }

    It would also be GREAT if I could make the social media icons a little bigger too, but he font is the most important!

    Thanks in advance!
    Steve

    #278710
    clientflo
    Participant

    Hi There,

    I can’t figure out how to increase the main menu font. Please let me know, thanks guys!

    Kind regards

    #278631

    Hi!

    For the icon box clipping you need to increase the line height for those elements to go along with your font size. Adjust your css like this:

    
    h3.iconbox_content_title {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 25px;
    }
    

    For the alt text, see; https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    I’ve not played with anything that forces retina support locally but the best way to debug would be to check your css and then check it on a native device that support retina. Its not ideal but unless you know for sure the implementation for testing already works that is what I would do.

    Regards,
    Devin

    Thanks Dude. Unfotunately, this is not working. I tried several combinations of font size and padding, but the photo itself is still getting cut off at the bottom on smaller media. Need to adjust the size of the photo(or container) so that it is all visible. Which element controls this?

    Ryan

Viewing 30 results - 16,321 through 16,350 (of 18,728 total)