Forum Replies Created
-
AuthorPosts
-
Hey mkdreirad!
Hmm, can you send us a link so we can take a look?
Cheers!
ElliottApril 16, 2015 at 5:50 pm in reply to: Site content in custom post type 'Block' & using Shortcode to display on page. #429775Hey!
Does it work in the default editor?
Regards,
ElliottHi nofx1728!
Your using the “Social Share Buttons” element in your page correct? It looks like your using it above your other content.
Send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHey!
I see what you mean. I think it’s from all of the textblocks your using with HTML inside. One of the textblocks I can not edit. I also noticed that your other textblocks have div tags inside of them that are not being closed properly. Go ahead and remove all of the textblocks and retype them out. If you need to use HTML then use a codeblock element instead.
Regards,
ElliottHi profumopuntoit!
This is more of a general WooCommerce question than Enfold. The theme is for styling and the plugin is for functionality so it would be best to ask WooCommerce support about this.
If it was me I would just add the size in the product description.
Regards,
ElliottApril 16, 2015 at 5:34 pm in reply to: clone your customized Enfold theme within multisite installation #429762Hey Buddyme!
You can export the theme settings in Dashboard > Enfold > Import/Export and then import them in the same area for a different site.
I’m not sure about the language plugin and multisite. We recommend using WPML.
Best regards,
ElliottHey Luke86!
Go ahead and send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Cheers!
ElliottHi df50!
Open up /enfold/config-templatebuilder/avia-shortcodes/table.php and change line 102 from this.
"std" => "pricing",To this.
"std" => "tabular",Best regards,
ElliottHey cerelogic!
It’s because you have it set to no sidebar. Add this to your custom CSS.
.av-content-full .entry-content-wrapper, .av-content-full .entry-content { max-width: 100% !important; }Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 16, 2015 at 5:18 pm in reply to: Website with Enfold theme refreshes itself at first time loading #429748Hey!
Your login URL is giving me a 404. I tried logging in at /wp-admin but it’s not letting me in either.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 16, 2015 at 4:51 pm in reply to: Enfold – Magazine (post with link format does not run) #429736Hi!
Open up /enfold/config-templatebuilder/avia-shortcodes/magazine.php and around line 529 you should see this.
$title = "<a href='{$link}' {$titleAttr}>".get_the_title($entry->ID)."</a>";Add this beneath it.
$post_content = get_post($entry->ID); if ( get_post_format($entry->ID) == 'link' ) { $title = "<a href='".$post_content->post_content."' {$titleAttr}>".get_the_title($entry->ID)."</a>"; }Best regards,
ElliottHi Magellan!
Currently that’s how it displays in IE. IE is kind of problematic in lots of areas. Our devs are looking into improving this in the next update.
Cheers!
ElliottHi PageroAB!
It works fine when Enfold is activated instead of your child theme. The problem is most likely in the customized copy of the avia.js file your using in the child theme. Create a new child theme and add your customizations in piece by piece to figure out what’s going on.
Cheers!
ElliottHey tjpicasso!
Your screenshots are not loading for me. Can you double check them?
Cheers!
ElliottApril 16, 2015 at 4:16 pm in reply to: On mobile the link with mega menu structure doesn't work #429706Hi!
@WolfvanHaeren, If you want to hide the mega menu links then navigate to Dashboard > Enfold > Header > Mobile Menu and check the “Hide mobile menu submenu items” option.
Cheers!
ElliottHey!
You had some typos. It should be working now.
Cheers!
ElliottApril 15, 2015 at 9:36 pm in reply to: Use Existing Google Map Api For Child Theme Custom Template #429244Hi!
@dmvieira, Sorry, what I meant was it gets loaded when you use our map shortcodes. If your using it on a page with no map shortcodes then go ahead and leave that line in.
@hunter74, That should not be loading on it’s own. Perhaps your using a plugin that is loading it or your embedding a map in the page? Send us a link and we’ll take a look.Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey lombrano!
Is it supposed to be displaying in the “Enter Billing Data” area? It’s not displaying on my end. Did you remove it?
Cheers!
ElliottHi a-l-p!
Add this to your custom CSS.
@media screen and (max-width:400px) { #header .widget { display: none !important; } }Regards,
ElliottHey LorbeerDesign!
You might be able to do it like so.
nav.main_menu a { width: 6vw !important; }Send us a link to your page and we’ll see what we can do.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey QBDSwedenAB!
I couldn’t tell which version of Enfold your using. If it’s not the latest, 3.1.4, then be sure to update.
Also try deactivating all plugins to see if that helps.
Best regards,
ElliottApril 15, 2015 at 9:12 pm in reply to: Do not display blog posts in the ../category/blog URI #429230Hey!
I don’t think there is a way to stop WordPress from creating a specific category archive. Like you suggested a redirect would probably be the best option for what your trying to do.
Best regards,
ElliottHi!
Add this to your custom CSS.
.ipt_uif_front .ipt_uif_icon_and_form_elem_holder .ipt_uif_text_icon { height: 37px !important; left: -43px !important; position: absolute !important; }Best regards,
ElliottHey JerrelZ!
By default the sidebar should display on the left below the product images. If you want to make it on the right then see here, http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/.
Also make sure you have some widgets set to the “Single Product” widget area in Dashboard > Appearance > Widgets.
Best regards,
ElliottHi!
You can do an XML export in Dashboard > Tools > Import/Export for your posts. And you can export the theme settings in Dashboard > Enfold > Import/Export. Make sure to create a backup first.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi nokostudio!
Add this to your custom CSS.
.header-scrolled .logo { display: none; }Best regards,
ElliottHi SeattleNanny97!
Surround the promobox and testimonial inside a color section and a 1/1 column element and give the color section a custom ID. You can then use some CSS like so.
#yourID .flex_column { box-shadow: 0px 0px 5px black; }Cheers!
ElliottHi PattiMangan!
You can change the “breakpoints” in /enfold/css/grid.css on lines 306 and 93.
@media only screen and (max-width: 767px) {Just increase the 767 value a bit more.
Cheers!
ElliottHi!
1. When you edit the portfolio post there is an option, “Overwrite Portfolio Link Setting”, which you can use to link to the video URL.
2. Did you edit the portfolio base or portfolio entry slugs? Try deactivating all of your plugins. If that does not help then try creating a copy of your .htaccess file, delete it, and then refresh your permalinks again. Pay special attention to any messages WordPress gives you such as the .htaccess file not being writable, etc etc.
Best regards,
ElliottHey!
It looks like it’s from some custom CSS your using.
#about-bg { background-attachment: scroll !important; background-size: 1600px 900px !important; }Best regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
