Forum Replies Created

Viewing 30 posts - 4,381 through 4,410 (of 8,514 total)
  • Author
    Posts
  • in reply to: Custom.css styles not applied #200738

    Hi dkiessling!

    Your css needs to be more specific for the menu:

    .main_menu ul:first-child > li > a {
        font-size: 1em;
        font-weight: bold;
        font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    }

    For the tabs, they aren’t targeting the tab classes so it would need to be more like:

    #top.home .tab_titles .tab{
    	color: white;
    }
    #top.home .tab_counter_0 {
    	width: 150px;
    	background-color: #045783;
    	font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    	color: white;
    }
    
    #top.home .tab_counter_1 {
    	width: 150px;
    	background-color: #faa61a;
    	font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    	color: white;
    }
    
    #top.home .tab_counter_2 {
    	width: 150px;
    	background-color: #008a4b;
    	font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    	color: white;
    }

    Regards,
    Devin

    There are only 2 in the dummy data. If the images didn’t upload there could have been an issue with the permissions on the initial upload or just in importing the images.

    You can re-add them in yourself by opening the theme folder you downloaded from themeforest and then inside open config-layerslider>LayerSlider>sampleslider . You can then add them in to the slides as needed. It doesn’t give you the already created slides but it does give you access to the images.

    I believe the only way to re-add in the slides would be to re-import in the dummy data but that would re-set any theme options you’ve already modified.

    in reply to: Update Enfold Version 1.7 to Version 2.4.2 #200730

    Hi ramoncrusellas!

    If you’ve made changes to the theme files then you would need to re-add them. Depending on what you’ve changed however you may need to re-do them completely as there have been some big changes a few of the versions since 1.7.

    As a precaution I would suggest making a database backup as well as downloading the current theme version you have now from your server.

    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

    Best regards,
    Devin

    in reply to: Issue with av_team_member #200729

    Hey FoxWebsites!

    Thanks for pointing it out! First time I’ve seen it and while its not perfectly consistent I’m still able to get it pretty consistently as well.

    I’ve tagged the topic for Kriesi to take a look at and hopefully we can get a fix added in to this next version that should be coming out shortly.

    Regards,
    Devin

    Hi @Remco12,

    Make sure you are following the steps from this topic for the sorting fix with version 2.4.2 and WP 3.8: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/#post-199805

    Cheers!
    Devin

    in reply to: Custom Header Logo scales too small #200721

    Hi!

    There is a bit more css to hide the menu earlier and show the new one earlier as well. See: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger/?replies=5#post-132320

    I’ll re-write the directions and add a tutorial on the documentation site since it needs a combination of Yigit’s reference and mine to fully get the job done :)

    Regards,
    Devin

    in reply to: Contact Form Issues / Questions #200718

    Hi jmaguirrei!

    For 1, yes it could be a hosting issue if the host doesn’t allow mail to be sent from an outside domain or even automated emails to be sent out from the server.

    2) No, you would need to use a third party plugin to have customization like that.

    3) This is on purpose so that the email is less likely to be rejected, marked as spam or prevented from being sent out by the server. So the same as #2.

    I would recommend using a service like MailChimp together with a plugin that support its integration. We’ll be adding support for an api like that down the road but it will probably not be until next year.

    Regards,
    Devin

    in reply to: Header and Social Icons #200709

    Hey Lilipie!

    You’ll need to also increase the height of the header so that the image can expand to fill the area. Start with:

    
    .bottom_nav_header.social_header #header_main .container {
    height: auto;
    }
    

    You could switch to a specific height if you wanted but you may not need to.

    Best regards,
    Devin

    in reply to: Avia Layout Builder – Spinning Circle? #200705

    Hi!

    Try switching the above credentials back to an admin and then log in with those. I’ve run acrosss one other instance where a specific admin account wasn’t able to do specific things on a plugin though there was no reason why I could ever find out.

    Best regards,
    Devin

    in reply to: Fixed Header with Social Icons #200704

    Hey jmaguirrei!

    You’ll need to look into hiring a freelance developer to assist with the depth of customization. It should be doable with a combination of functions and new css but its a bit beyond what we can offer via support.

    Good places to look are Microlancer, Codeable or even through the form here: http://kriesi.at/contact/customization

    Regards,
    Devin

    in reply to: Content in Page Edit suddenly gone! but viewable on website. #200703

    Hey!

    Have there been any updates to installed plugins? Has there been any changes server side? I generally beat my live install running Enfold to death every day but have yet to have this happen. I keep the memory lower than normal as well just to try and force any issues to the surface regularly as well.

    Regards,
    Devin

    in reply to: Text Block not working #200701

    Hi!

    My guess as to why you are/were having so many issues editing from the browser is because of the variety of plugins that are installed. With 35 active plugins there could be any number of conflicts with the builder trying to save data and load data via ajax.

    Typically editing a layout or creating a new one goes something like this: https://vimeo.com/channels/aviathemes/64927358

    There are still some visual difference from the builder view vs the live view but as time goes on they will all get ironed out.

    Cheers!
    Devin

    in reply to: Fixed Header With Custom Social Icons #200697

    Hey!

    See this post from Peter on adding your own social icons: https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356

    Regards,
    Devin

    in reply to: " Read more" option #200573

    Hey benteasbjorn!

    The Read More tag was added to WordPress fore exactly that. You can add it into a post to break it up on the blog feed.

    See: http://en.support.wordpress.com/splitting-content/more-tag/

    Cheers!
    Devin

    in reply to: I'm new and have questions #200568

    Hey!

    The text in the very top bar can be changed in color with:

    .phone-info span {
    color: #fff;
    }

    and the menu with:

    #top .main_menu .menu li>a {
    color: #333;
    }

    For freelancing we recommend Microlancer, Codeable and you can use the form here: http://kriesi.at/contact/customization

    Regards,
    Devin

    in reply to: Width Issue #200565

    Hi!

    I’m not sure what the root of the cause is but the best thing to do would be to remove your customizations from the child theme both css and replacement files and save them locally. Then make sure things are working on the normal theme+child theme setup and re-apply your customizations one by one to find where the conflict is.

    Make sure that at the same time you keep all plugins deactivated. You could also re-download and re-install the main Enfold parent to make sure there were no issues with the main theme files.

    Edit: I wanted to mention that my removing all of your child theme style.css changes and those from your quick css it fixed it through dev tools view. So it is an issue with the custom css I just am not sure where within.

    Regards,
    Devin

    • This reply was modified 11 years, 7 months ago by Devin.

    Just that depending on the version you updated from there were major changes in not only new features but a redo of the html structure in template files as well as large updates in the scripts to add support for new features.

    So if there are plugins that are caching those files it could cause issues if some are updated but not others.

    in reply to: Update enfold theme from 2.0.1 #200541

    Hi simchippy!

    You can follow along with this video and update via FTP:

    You will need to replace the entire theme but you can re-add the custom.css file so all your css tweaks stay in place.

    Regards,
    Devin

    Hey!

    No, prettyPhoto not working from the looks of it. It could be a plugin that is causing a conflict or if you’ve modified the avia.js file it could have gotten deactivated in the script directly. The css and js file for prettyPhoto are getting loaded in to your page but they are just not having any effect.

    I created test page as a draft to check.

    Best regards,
    Devin

    in reply to: Dummy Data #200520

    There isn’t any other mechanism in place for them at the moment no.

    in reply to: Can't create new topic in bbPress forum #200519

    Hey violetvivirand!

    Try switching to one of the default WordPress themes and see if the issue continues to happen. If so, the you will have better help from the bbPress support directly since we only add some additional styling for bbPress but don’t actually do any development for it.

    You can also try following this guide on getting started with bbPress: http://www.wpbeginner.com/wp-tutorials/how-to-add-a-forum-in-wordpress-with-bbpress/

    Cheers!
    Devin

    Hey!

    I would suggest clearing all of your sites cache from WP Super Cache and re-setting whatever minification you have from other plugins which is combining scripts together.

    Depending on what you updated from there were some major changes in 2.2, 2.3 and then 2.4.

    Cheers!
    Devin

    in reply to: 2 – Issues #200514

    Hi W!

    How are you adding in the youtube videos to your slide?

    For #2, this is just how pagination works. The page the user is viewing literally changes to a second page.

    Cheers!
    Devin

    in reply to: Dummy Data #200416

    Hey alakacha!

    When you import the data in it will unfortunately also re-set your theme settings in addition to adding in the new pages unfortunately. You can get a quick idea of what it does about half way through this video:

    Best regards,
    Devin

    in reply to: Login #200291

    Hi Alexandre!

    You’ll need to use a plugin like this one for that: http://wordpress.org/plugins/sidebar-login/

    Best regards,
    Devin

    in reply to: Button on site differ from avia #200270

    Hi Vorug!

    The css for the buttons was changed to better reflect the overall theme style but you can re-add in the gradient style shown in the editor view if you’d like. Kriesi explained the change and links to the old css here: https://kriesi.at/support/topic/no-gradient-in-buttons-v-2-4/#post-178780

    You would just add that to your custom.css file or Quick CSS.

    Cheers!
    Devin

    in reply to: Portofolio entry wont show preview on grid #200264

    Hey!

    Make sure that each item has a featured image set for it. See: http://kriesi.at/documentation/enfold/create-new-portfolio-item/

    Best regards,
    Devin

    in reply to: Where is the Woocommerce folder? #200263

    Hey Emmanuelppp!

    You would just create the folder from scratch. Enfold doesn’t use template files for WooCommerce and instead uses functions and filters.

    Best regards,
    Devin

    in reply to: enfold masonry portfolio #200261

    Hi!

    I’m waiting on the next release to do the follow up video but the only thing not covered in detail is using tags to designate specific widths.

    For each portfolio item you *must* designate a featured image using the WordPress featured image. That image is what gets used for the portfolio grid, masonry etc.

    See: http://kriesi.at/documentation/enfold/create-new-portfolio-item/

    The masonry layout doesn’t have support for choosing alternate images for each item. Only a single image can be designated using the featured media option.

    Cheers!
    Devin

    in reply to: Wrong Contact form #200258

    Hey!

    Those are 2 completely separate forms. If you want columns you can click on the form in your contact form pop up and for each one of the form fields choose the width from the dropdown.

    Best regards,
    Devin

Viewing 30 posts - 4,381 through 4,410 (of 8,514 total)