Forum Replies Created

Viewing 30 posts - 1,981 through 2,010 (of 2,122 total)
  • Author
    Posts
  • in reply to: Individual colors for transparent megamenus #599089

    Hi!

    Very happy to hear it worked and that you are happy! Enjoy the rest of your day.

    Regards,
    Jordan

    in reply to: Front Page Not Working #599085

    Hey!

    Very sorry for the misunderstanding.

    The issue was that for the homepage you had not set the footer settings to display the footer widgets and the socket. I have made the change for you and you can reference my screenshot for the setting I changed.

    Best regards,
    Jordan

    in reply to: Error Uploading large media files #599075

    Hi navindesigns!

    Thanks for getting in touch!

    Please ensure that you have enough memory allocated to PHP to upload these large images. Follow this link here to increase the memory https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Let me know if that helps so we can investigate further if necessary.

    Regards,
    Jordan

    in reply to: Switching from 'default' demo to Lifestyle Blog Demo #599044

    Hey sweetsmiles!

    Thanks for reaching out to us and sorry for the delay.

    1. If you switch between demos your content will not be lost. the only thing that will be changed or reset is the theme options setting, so you may need to change back header colors you may have chosen and so on.

    2. Yes you could create a page as the landing page and set it as the homepage and ensure that you have no menu to link the other pages. You can then keep working on your other pages and switch the homepage when your ready. This may not be the best option because your site will be live but it can be used if you want to use the Enfold Landing Page demo as a start.

    Hope I explained everything clearly.

    Cheers!
    Jordan

    in reply to: menu not displaying on mobile devices #599035

    Hi Ken!

    It would be better to just upgrade the theme to the latest version. I understand not wanting to do it as it will take sometime but the mobile menu is not as easily fixed as providing CSS. We will need to test and determine what may be causing it not to appear, maybe it’s a conflict with a plugin or added customization to the site, either way it could take as long as just updating the site.

    Regards,
    Jordan

    Hey!

    To have the color of the social icons always being displayed:

    .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b !important;
    }
    
    .av-social-link-youtube a {
        color: #fff;
        background-color: #a72b1d !important;
    }

    To change the footer font-size and color. Adjust the font-size as you wish:

    .copyright {
        color: black;
        font-size: 25px;
    }
    
    .sub_menu_socket .avia-menu-text {
        color: black;
        font-size: 20px;
    }

    To hide the color section on mobile:

    @media only screen and (max-width: 768px){
    #av_section_11 {
        display: none;
    }}

    Let me know if I skipped over anything or if you need further help.

    Cheers!
    Jordan

    in reply to: Front Page Not Working #599011

    Hi Mark!

    Everything should be fine with the footer widget. The widgets display both when I was logged in and was not. You simply needed to clear your browser cache to see the changes after deactivating the plugins. Please see my screenshot in the Private section.

    Let me know if you need anything else.

    Best regards,
    Jordan

    in reply to: Changing the size and position of the logo, shrinking #599010

    Hey osukaru!

    Thanks for reaching out to us!

    I’m not understanding what you wish to achieve. When I visit your site the logo is already shrinking to 50px when scrolling and looks and behaves exactly as the screenshots you took showed. What size do you wish to change the logo to. Please let me know to clear up any confusion and provide screenshots showing the changes you want.

    Best regards,
    Jordan

    in reply to: Print.css #598994

    Hey worldfuturecouncil!

    Thanks for reaching out to us!

    Yes that file can be used for print styling.

    1. Copy the contents and create a text file called print.css.
    2. Save it to your Enfold Theme folder.
    3. Create a link in the head section of your header.php template file as follows:

    <link rel="stylesheet" type="text/css" media="print" 
    href="<?php bloginfo('stylesheet_directory'); ?>/print.css" />

    I would recommend using a Child Theme to make these changes. Let me know if you need further assistance.

    Regards,
    Jordan

    in reply to: Change Position of "price per unit" in shop #598991

    Hi!

    Please add the following code in the Quick CSS field under the General Styling tab in the theme options:

    .price-unit.smaller {
        display: block !important;
    }

    Best regards,
    Jordan

    in reply to: Individual colors for transparent megamenus #598978

    Hey Peter!

    This will only be possible using CSS. So please try adding the following in the Quick CSS field in the theme options.

    #menu-item-678 .avia_mega_div {
        background-color: rgba(245,123,252,0.75) !important;
    }

    The code above should change the color for the Art mega menu. Using the code for each mega menu, requires you to know the menu item number for main menu item. Like in the above code Art has an id of 678.

    Let me know if you need further assistance.

    Regards,
    Jordan

    in reply to: Facebook – Social Plugin #598784

    Hey Ayron!

    The opening <body> tag is found in the header.php file on around line 60. Trying adding Part 1 of the code there. I would advise using a Child Theme so that these changes to the code are not lost once the theme updates.

    Let me know if this works for you.

    Regards,
    Jordan

    in reply to: Web Audio in Enfold #598769

    Hi Luis!

    The JavaScript needs to be uploaded as an external file. To achieve this you need to access the files you have on your server using an FTP client such as FileZilla to upload the JS file. Or depending on your web hosting provider, they may have a platform for you to access the files you have on their server and upload the file.

    After uploading the file, you need to get the file path to change the src in this code <script src=”js/rhythm-sample.js“></script>. Once you upload it externally and change the source properly then the button should function.

    Regards,
    Jordan

    in reply to: Change heading colour when it's a link #598602

    Hey!

    Great! Glad it worked.

    Let me know if you need help with anything else.

    Cheers!
    Jordan

    in reply to: Extra Widget in Header #598594

    Hey Peter!

    Thanks for reaching out to us!

    Try the following CSS:

    #header_main .textwidget {
        margin-right: -250px;
    }

    Just increase the negative value to put it more to the right if you wish. Place this code in the Quick CSS field under the General Styling tab in the theme options.

    Cheers!
    Jordan

    in reply to: Portfolio Grid Links Broken #598576

    Hey cannonballb!

    Thanks for reaching out to us! Sorry to hear about your site being hacked.

    There are 2 plugins you can use to help resolve this broken link and broken images issue you are experiencing. They are Regenerate Thumbnails and Broken Link Checker. They should help with this issue.

    Let me know how it goes and if you need further help.

    Best regards,
    Jordan

    in reply to: Changing Blog Posts Page #598568

    Hi adam2311!

    Thanks for reaching out to us!

    Please check this link https://kriesi.at/support/topic/pagination-not-working-after-wordpress-4-4-1-and-enfold-3-4-7/#post-565212 and ensure you are using the latest version of the theme and WordPress.

    If the above does not work, please provide login details in the Private content section of your reply.

    Best regards,
    Jordan

    in reply to: problem with image upload #598564

    Hi volmering!

    Thanks for getting in touch!

    Could you please provide us with a link to your site and login information to have a closer look. You can put the details in the Private content section of your reply.

    Also try increasing the memory allocated to PHP https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Regards,
    Jordan

    in reply to: center mailchimp newsletter #598427

    Hey!

    Glad to hear you found a solution to your issue :)

    Best regards,
    Jordan

    in reply to: How to disable header main menu hover fade transitions #598426

    Hi bigjoechef!

    Could you also please provide your site URL login details here in the Private Content section of your reply.

    Best regards,
    Jordan

    Hey bigjoechef!

    Thanks for reaching out to us!

    Try adding the following CSS to the Quick CSS field under the General Styling tab in the theme options:

    .social_books {
        right: 0 !important;
    }

    If this does not help, please could you please provide a link to your site and login information so that we can have a closer look at the issue. Put the login details in the Private Content section of your reply.

    Best regards,
    Jordan

    in reply to: Transparent header, meta header #598411

    Hey envis!

    Thanks for reaching out to us.

    Upon looking at your site I see that someone has already added color to the meta menu when scrolling down. In your style.css file on line 100, this is what is there:

    div#header_meta {
        border: none !important;
        background-color: rgba(25,25,25,0.4) !important;
    }

    The background color is set a transparent grayish color when it is scrolled down. If you you to have the main menu and the meta menu displaying the same color and behaving the same way, then remove the line with the background color above.

    Cheers!
    Jordan

    in reply to: {SOLVED] Two home pages #598208

    Hey!

    Glad to hear you solved the issue on your own!

    Best regards,
    Jordan

    Hey TedGL!

    Try also adding the following CSS to the Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .slide-entry {
        margin-bottom: 20px !important;
     }
    }

    Let me know if you need anything else.

    Cheers!
    Jordan

    Hey TedGL!

    Thanks for reaching out to us!

    Please add the following CSS code to the Quick CSS field under the General styling tab in the theme options:

    @media only screen and (max-width: 479px){
    .responsive .avia_ajax_form .form_element {
        margin-left: 0 !important;
     }
    }

    Best regards,
    Jordan

    in reply to: Main Menu Location and the Logo #598193

    Hey!
    Try the following CSS to push the main menu below the slider:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 30px;
    }
    
    .header_bg {
        height: 30px !important;
    }
    
    div#header_main {
        top: 316px;
    }
    div#av_section_1 {
        margin-top: 90px !important;
    }

    Let me know how it goes!

    Best regards,
    Jordan

    in reply to: Main Menu Location and the Logo #598186

    Hey NetphoriaInc!

    Thanks for reaching out to us!

    There are no theme options to place the main menu below the slider. the main menu can currently be to the top or in a left or right sidebar. You can even place a menu in the footer.

    Also if no logo is uploaded the theme defaults to the Enfold logo. So the best way is to hide the logo div using CSS, since there is no theme option to achieve what you want.

    Let me know if I misunderstood anything or if you require more information.

    Cheers!
    Jordan

    in reply to: Change heading colour when it's a link #598179

    Hey!

    Try adding the following CSS code in the Quick CSS field under the General Styling tab in the theme options.

    h3 a{
    color: #2e3192 !important;
    }

    Let me know if it works.

    Cheers!
    Jordan

    in reply to: Google Content Experiment #598173

    Hey clairemartindigital!

    Thanks for reaching out to us and sorry for the delayed reply.

    Could you please provide us with a link to your site and login information so that we can have a closer look at the code and the issue. You can put the login details in the Private Content section of your reply.

    Cheers!
    Jordan

    in reply to: the mobile menu on our site isn't showing #598034

    Hey gharding!

    Thanks for reaching out to us!

    Could you please provide a link and login information to your site. You can place this in the Private Content section of your reply. Please also ensure that you are using the latest version of WordPress and the theme.

    Regards,
    Jordan

Viewing 30 posts - 1,981 through 2,010 (of 2,122 total)