Viewing 30 results - 217,021 through 217,050 (of 244,448 total)
  • Author
    Search Results
  • #295959

    Hi theprodigy129!

    You can use following code in Quick CSS in Enfold theme options under General Styling tab

    #menu-item-372 .avia-menu-text { background: red; color: white; padding: 5px; border-radius: 10px; }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

    #295956

    Great tip! Saved me. :)

    Enfold n00b
    Tim

    #295953

    In reply to: breadcrumbs only

    Hey satucker!

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

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

    2- to hide both, please add first code and following one too

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }

    Cheers!
    Yigit

    #295950

    Hi wgpubs!

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

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 85%;
    height: auto !important; 
    margin-top: 10px; }}

    Then please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.

    Cheers!
    Yigit

    #295949

    In reply to: Shrinking Header Logo

    Hey resbangkok!

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

    .header-scrolled .logo img { opacity: 0; }
    .header-scrolled .logo a { background-image: url(LINK-TO-YOUR-LOGO); }

    Regards,
    Yigit

    Hi mhauslaib!

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

    #top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus { color: white; }

    Regards,
    Yigit

    #295938

    Hey!

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

    @media only screen and (max-width: 480px) {
    .slideshow_caption h1 { font-size: 20px; }}

    Regards,
    Yigit

    #295932
    Valinsy
    Participant

    Hi

    Hope you ok, I was trying to setup google analytics for my website, and it’s not working
    Could you help please?
    regards Aga

    #295930

    Hey WorkRelax!

    Please firstly turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your text boxes custom CSS class and add following code to Quick CSS in Enfold theme options under General Styling tab

    .custom-class-one .avia_textblock { background-color: red; padding: 10px; }
    .custom-class-two .avia_textblock { background-color: blue; padding: 10px; }

    Cheers!
    Yigit

    forum30
    Participant

    Hi,

    I asked previously about embedding rtsocial buttons on every page of the site, and you helped me do this (here: https://kriesi.at/support/topic/embed-rtsocial-code-into-enfold-template/ ).

    However, since then there have been several issues that we have tried to address, but to no avail. The last one was that the solution we’d come up with was messing up the template in Chrome. rtsocial actually had a few flaws anyway, so wasn’t 100% perfect.

    I’ve decided to ditch rtsocial and try another social plugin (Easy Social Share Buttons). I want to place this in exactly the same place, and I’ve got what I thought was the correct code – but the buttons/icons aren’t appearing.

    <?php
    echo do_shortcode('[easy-share buttons="facebook,twitter,google" counters=1 counter_pos="right" native="no" hide_total="yes"]');
    ?>

    Which is the php code they provide:

    < ?php
    echo do_shortcode('[easy-share]');
    ?>

    with the added shortcode options they tell you to add to it to customise the appearance:

    [easy-share buttons=”facebook,twitter,google” counters=1 counter_pos=”right” native=”no” hide_total=”yes”]

    Am I doing something wrong that is preventing these social icons/buttons from appearing? When I place the shortcode into a page on the site, the buttons do appear within the page/post, so I know that’s working. However, I want them to appear on every page alongside the secondary menu.

    Thanks again,

    Daniel

    #295918

    Hey Bruno!

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

    @media only screen and (max-width: 990px) {
    body div .avia-testimonial { float: left; }}

    Cheers!
    Yigit

    #295915

    Hi!

    You can request features and vote the ones that are already requested here – https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Yigit

    #295914

    Hi Guenter!

    Editing “Main Menu sublevel Links” in Enfold theme options > Advanced Styling tab works fine for MegaMenu dropdowns on my local installation. Can you post the link to your website and point out the issue please ?

    Regards,
    Yigit

    #295900

    Hi,

    Thanks you for the quick answer. I try to display one page with several sub-sections, which I could change, without impacting the page, just using categories. That’s why I would like to be able to display portfolios/posts under each other in a unique page. Is this feasible within Enfold / using templates ? I tried to do it with posts, but I don’t mind trying it with portfolios.

    Here is what it would look like.

    ____________Page______________
    ————-section 1—————-
    portfolio post 1
    ———end of section 1 ———–
    ————-section 2—————-
    portfolio post 3
    ———end of section 2 ———–
    _______End of page_____________

    My issue is not on creating the template but on the way full width / layer slider are displayed within the theme, as it works on posts / pages / portfolios but it doesn’t on my ‘multiple posts’ template page

    Below my template for the “posts page” template.

    <?php
    global $avia_config;
    
    	 /* Template Name: Posts Page */
    	 
    	 
    	/*
    	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    	 */
    	 get_header();
    
     	 if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
    	 ?>
    
    		<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>
    
    			<div class='container'>
    
    				<main class='template-page content  <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>>
    
                        <?php
                        /* Run the loop to output the posts.
                        * If you want to overload this in a child theme then include a file
                        * called loop-page.php and that will be used instead.
                        */
    
                        $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
                        get_template_part( 'includes/loop', 'page' );
                        ?>
                        
                        
                        <?php
    					query_posts('cat=2');
    					while (have_posts()) : the_post();
    						the_content();
    					endwhile;
    				?>
    
    				<!--end content-->
    				</main>
    
    				<?php
    				//get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    				get_sidebar();
    				?>
    			</div><!--end container-->
    		</div><!-- close default .container_wrap element -->
    <?php get_footer(); ?>
    #295881
    Valinsy
    Participant

    Hello,
    Hope you doing just great, quick question about one of your templates I was working on.
    After running validation tests W3C it’s shows 14 errors and 7 mistakes
    Could you advise please?

    regards Aga

    #295875
    This reply has been marked as private.
    mhauslaib
    Participant

    Font in the text field on the contact page does appear grey while typing the text but switches to white #fff when the text field is left.
    How can I set the typing font colour to white to provide a better visibility for the writer while typing in the email the topic etc.

    #295870

    In reply to: upcoming events

    Hi edc1512!

    You can try a plugin like: https://wordpress.org/plugins/the-events-calendar/ .- it’s very popular and works pretty well with Enfold.

    Cheers!
    Peter

    #295866

    Hey!

    Please update to Enfold 2.9.1. It should also support shortcodes in the “Code” elemement and then you should be able to use it with the insert_php shortcode like here: http://wamitag.com/Dev_2/?page_id=10

    Best regards,
    Peter

    #295864

    Hey!

    1) Please try to update to Enfold 2.9.1.

    2) Did you modify any theme files? – i.e. the functions.php file: http://muuu.jp/wp-admin/themes.php?page=scte-theme-editor&theme=enfold&file=%2Ffunctions.php is empty and I’m not sure why. Normally it should contain some code.

    Regards,
    Peter

    • This reply was modified 11 years, 8 months ago by Dude.
    #295857
    haydozmcl
    Participant

    Hi All,

    I am hoping you can help me..I upgraded to a latest version of Enfold which gave me the Submit button animation i was looking for – but it seems to have introduced a new CSS issue. Only Chrome seems to have this issue. I have replicated the issue with Chrome on both a MAC and PC.

    When I scroll down to bottom of page – then scroll back up – it seems to leave a render of the header_main section background in the content area of the site. There are no navigation items or logo – just the background.

    Anyone else have this issue since upgrading? If someone has a CSS fix – that would be great. My usual CSS dev is away on holidays but client is asking for quick fix.

    #295856

    In reply to: seo

    This reply has been marked as private.

    Hey,


    @learningherbs
    / Jan Bosman: Good to know for sure that it’s not me, causing the issue. Though the Enfold demo did already proof that as well.


    @Ismael
    : On which site did you check? Since I noticed that a new row of animated numbers, below the animated image block, “fixes” the parallax on my own site. So if you want to reproduce it / see it in action, you either have to check my screenshots, Jan Bosman’s site or the demo page: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/ The parallax with the tomato and oil suffers from the issue, after hitting CTRL+F5… even in the latest FF31.0

    I’ve been able to reproduce it on 3 machines (Win Vista, Win 7 & Win 8 + Firefox) and I hope someone of the Kriesi team will be able to reproduce it as well. As I understand it’s quite difficult, to fix something using just some screenshots as references.

    All I can think of, is that once a parallax row is located under 1 or more animated image blocks, the vertical location of the parallax background image is somehow miscalculated by Firefox… after hitting CTRL+F5. I’m guessing that code related to the animated image is to blame… not the parallax itself… a wild guess though. It’s as if animated image blocks have an invisble bottom margin, pushing down any parallax located below them.

    Anyway, here are two things that help hide the issue:

    1. 1 – Placing enough content rows and/or animated numbers, between animated image blocks and parallaxes, “fixes” the issue;
    2. 2 – Giving a parallax block a background color, similar to the color of the parallax background image, masks the issue a bit;

    Finally, let’s just hope no-one, using Firefox, hits CTRL+F5 on your website… luckily most people probably won’t :)

    Kind regards,

    Ralph

    #295823

    Hey!

    Thank you for visiting the support forum.

    We can’t access the website. There’s a 504 error, maybe because of my slow internet. I’ll ask the rest of the support team to check. Make sure that you’re running the latest version of Enfold which is 2.9.1.

    Best regards,
    Ismael

    ads-synergy
    Participant

    When creating a manual order, when you type in a product name you receive a list of pages from the website and a few products. I contacted Woocommerce and changed the theme and the issue was solved. when we changed back to the Enfold theme the problem reappeared.

    #295820

    Hi!
    Yes, Enfold supports bbpress and we add some custom styles to integrate the forums into or theme. However afaik Enfold does not change the bbpress setting and pages. I also couldn’t find any “suspicious” code in the bbpress config.php.

    Cheers!
    Peter

    #295814

    Hi connect4consulting!

    Thank you for using the theme.

    The link gives me a blank white page. What is the height of your logo? You can increase the height of the logo which will automatically increase the width as well. Go to Enfold > Header Layout > Header layout panel. Look for the Header Size option then set it to custom pixel value. Adjust the height.

    Regards,
    Ismael

    #295812

    Hi Peter,

    thanks for the response – somehow I am not getting email if there is a response…
    Anyways:

    I tried that, but it does look does not use the “style of enfold” but the DAP stye.

    to 2.)
    E.g. when I log in that it turns into a logout button & the look of the buttons & the way errorhandling is done.

    Hope that helps?

    Hey KMagnus!

    Thank you for using the theme.

    Please go to Appearance > Menus panel. Did you set the main menu as Enfold Main Menu under Theme Locations?

    Regards,
    Ismael

    #295794
    Geoffdoyle
    Participant

    Warning: session_start(): open(/tmp/sess_d5bfe2f14b03dd43c12eabcf6b829b7e, O_RDWR) failed: Permission denied (13) in /home/briscs/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    The above error message is received when we use http://www.brisbanecomputersolutions.com.au There is no problem when the www. is not used.

    Any suggestions

Viewing 30 results - 217,021 through 217,050 (of 244,448 total)