Forum Replies Created
-
AuthorPosts
-
Hey!
Try opening up the /enfold/header.php file and change line 35 from this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
To this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width">';
Regards,
ElliottHey!
Besides that you can also add to the main content minimum height.
#main > .container_wrap:first-child { min-height: 800px; }
And adjust the value until it looks good.
Best regards,
ElliottHey mjpjmp!
They all appear to be displaying fine on my end. Did you get this sorted?
If your still having problems then take a screenshot and highlight what your seeing so we can get a better idea.
Cheers!
ElliottHi mczappa!
It’s not a theme issue. In Dashboard > Settings > General the WordPress URL should be your domain name and the Site URL should be the sub domain. When you save WordPress should write to the .htaccess file automatically. Pay special attention to any messages it gives you such as the .htaccess file not being writable, etc etc.
I would create a backup first before editing those fields though. See here for more info, http://codex.wordpress.org/Changing_The_Site_URL.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
This code is working on my XAMPP setup.
function avia_add_custom_icon($icons) { $icons['blogger'] = array( 'font' =>'fontello', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Blogger'] = 'blogger'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
You need to add it around line 18 so it displays beneath this line.
if(isset($avia_config['use_child_theme_functions_only'])) return;
Double check that the ue800 value for your icon is correct. For me I extracted the font file and opened up the svg file to see the correct code to use.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 24, 2014 at 8:49 pm in reply to: Enfold Store, Product Categories and Product Page has different sidebars #357097Hi!
Your welcome. Let us know if you have any other questions.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
I’m sorry but I’m not sure I understand. It would be easiest to use the codeblock element if you need to use HTML along with your other text. Send us a link so we can get a better idea of what your trying to do.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 24, 2014 at 8:43 pm in reply to: Can't find a reason why our html5-video is not loaded #357091Hey!
It’s a javascript error but it’s hard to tell what’s going on there. What happens if you use a different MP4 file?
I noticed that when I activated the parent theme instead of your child theme the settings panel had an error? Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi modelity!
It seems to be working fine on our demo site, http://kriesi.at/themes/enfold/portfolio/.
I checked your link though and you only have one portfolio item. Did you remove the other one? Go ahead and add it back in so we can see what it’s doing.
Also be sure to deactivate all plugins while testing. It looks like your using some kind of minify plugin.
Cheers!
ElliottHey!
It looks like not all of the files were updated correctly. Your getting errors saying Enfold is still looking for prettyPhoto when we have moved to the new magnific popup instead.
Try completely deleting the theme from your WordPress theme folder before downloading + uploading a fresh copy from themeforest. This will ensure that all files are updated.
Cheers!
ElliottNovember 24, 2014 at 7:48 pm in reply to: Translation Contact and SEARCH BOX and CAPTHA text #357068Hi crkgolf!
Those texts are wrapped with gettext calls so they should be available for translation. Perhaps the user who created those translations forgot to translate those areas.
Try installing this plugin, https://wordpress.org/plugins/codestyling-localization/, and in Tools > Localization scan for the Enfold theme and then search for those texts to translate.
Cheers!
ElliottHey!
I’ll flag this for the rest of our team to see if they have an idea on what it could be. In the meantime I would just continue to switch it to &/#62; or &/gt; and resave after your done editing the page.
Best regards,
ElliottHi AspidASD!
I don’t see any in your source code. Did you remove them?
Try adding them back in and deactivate all plugins. If your still having problems then send us a WordPress login and set your reply as private we’ll take a look.
Best regards,
ElliottHey djshortkut!
That would take a lot of scripting and is kind of advanced. I would try requesting it here, https://kriesi.at/support/enfold-feature-requests/, and we’ll see if we can get it added in the future.
Regards,
ElliottHey!
So your copying the source code from your browser and then pasting it into a certain area in your portfolio post? Send us a link and we’ll take a look to see if we can give you some CSS fixes.
Regards,
ElliottHi!
There is a current bug when using an element that creates a new section (color sections, grid rows, etc) with the woocommerce pages that breaks the layout.
Until we get it fixed you can set your header to no transparency and remove the color section or another thing you can do is remove the store page as your default shop page in Dashboard > Woocommerce > Settings > Products and then use our product grid shortcode inside the page.
I’m also from Missouri. :)
Best regards,
ElliottHi!
Glad you got it sorted. Let us know if you have any other questions.
Best regards,
ElliottNovember 24, 2014 at 6:52 pm in reply to: Struggling with getting transparent menu logo to overflow into page #357037Hey!
Glad you got it sorted wjstarrsiii. Let us know if you have any other questions.
Regards,
ElliottHey Micheal0424!
Glad you got it sorted. The images inside the columns will have their width scaled down to fit inside the column and this will reduce their height as well just a bit. So the best way would be to make sure all the images are the same size.
But to get an idea you would take the value you have set for the container width in Dashboard > Enfold > General Layout > Dimenions and then divide it by 4 for the 1/4 columns. It won’t be exact because there are still margins applied but the images will still look great.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
You currently have that page set to a transparent header. That setting is usually combined with a color section with an image or color background. It looks like your wanting to set it back to No transparency.
Cheers!
ElliottHi Jasmer!
Navigate to Dashboard > Enfold > Sidebar Settings and make sure the Page Sidebar navigation option is unchecked.
Best regards,
ElliottHey!
1. Your link says I need permission. I clicked the request permission button.
3. This is the area where you can change the default fonts.
Which elements are you trying to change? Go ahead and take a screenshot and highlight the area so we can get a better idea.
Regards,
ElliottHi!
1. Hmm, well taking it out of the parent theme functions.php file would defeat the purpose of using a child theme. What is the code your using?
2. You could just copy them over to your child theme folder and they will be used instead of the parent theme files.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 24, 2014 at 6:30 pm in reply to: Fixed Object keeps disappearing on my homepage on mobile #357010Hey!
I see what you mean. Let’s try adding this to the bottom of your functions.php file instead.
add_action( 'wp_footer', 'enfold_customization_mobile_phone' ); function enfold_customization_mobile_phone() { echo '<div class="mobile_click_to_call container_wrap container_wrap_meta av_icon_active_main av_phone_active_right av_extra_header_active av_entry_id_2" id="header_meta"><div class="container"><div class="phone-info "><span><a style="color: #fff;" href="tel:678-424-8030">CLICK TO CALL - 678.424.8030</a></span></div></div></div>'; }
And then add this to your custom CSS.
.mobile_click_to_call { display: none; } @media only screen and (max-width: 767px) { .mobile_click_to_call { display: block; position: fixed; bottom: 0px; } }
It should pick up the CSS your currently using.
Cheers!
ElliottHi!
When the parent theme is activated do you still see the problems? If not then it’s most likely an issue with your child theme. Send us a WordPress login and set your reply as private and we’ll take a look.
Also be sure to deactivate all plugins while testing.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey kenhiltner!
A lot of customers have been saying this about the update but I’m not really sure why it would have happened. I guess it must have been reset. Navigate to Dashboard > Enfold > General Layout > Dimensions and play around with the Maximum Container Width value until it looks good.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Try deleting the tabs and then type them out in the HTML editor and make sure you do not have any extra spaces or line breaks between the shortcodes. Sometimes you cannot see them and deleting / retyping the shortcodes out fixes it.
If your still having trouble then send us a WordPress login and set your reply as private and we’ll take a closer look.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Ahh I see. That’s a WordPress quirk. Try adding this to the bottom of your /enfold/functions.php file.
add_filter( 'tiny_mce_before_init', 'change_mce_options' ); function change_mce_options( $init ) { $init['extended_valid_elements'] = 'div[*],meta[*],span[*]'; return $init; }
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
I would try removing this line from your custom CSS.
* { font-family: "Sentinel SSm A","Sentinel SSm B" !important; }
Or at least remove the !important from it.
Are you sure the font file is ok? Did you test it somewhere else?
Regards,
ElliottNovember 24, 2014 at 5:32 pm in reply to: URGENT: Masonry gallery Problem with Display title and caption in Enfold v.3.02 #356971Hi!
I still cannot login, please double check the login information to see if it’s correct.
Also, I believe you already have a topic open about the portfolio grid columns, please do not double post.
Regards,
Elliott -
AuthorPosts