Forum Replies Created
-
AuthorPosts
-
December 22, 2014 at 10:39 pm in reply to: Error with social icons and no changes when selecting a different fontpage #371857
Hey!
Hmm, yes it says 3.0.4 in the dashboard but it says 3.0.2 in your source code for some reason. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest and let us know when your done so we can take another look.
Let us know if we can deactivate your plugins while testing.
Best regards,
ElliottHey Richard!
Thanks for using Enfold.
Is WordPress and Enfold updated? The latest version of Enfold is 3.0.4.
Make sure they are updated and then send us a WordPress login and we’ll take a look.
Regards,
ElliottHey!
I think what your wanting to do is this then.
add_action( 'ava_inside_main_menu', 'enfold_customization_add_date' ); function enfold_customization_add_date() { echo '<span class = "header_date">'.get_the_time('F j, Y').'</span>'; }And then add this to your custom CSS.
.header_date { position: absolute; width: 100px; }Cheers!
ElliottHey!
Try this plugin out, https://wordpress.org/plugins/post-types-order/, and let us know if it works for you.
They also have a similar plugin for categories, https://wordpress.org/plugins/taxonomy-terms-order/.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 22, 2014 at 10:18 pm in reply to: Masonry blog wont let me display more than 66 posts at a time #371848Hi UCLAStudentMedia!
Thanks for using Enfold.
Make sure to deactivate all of your plugins and turn on WordPress debugging, http://codex.wordpress.org/Debugging_in_WordPress. Also check your server error logs for any useful information.
Send us a WordPress login and we’ll take a closer look.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
Your site appears to be under a coming soon plugin or maintenance mode. Be sure to deactivate all plugins while testing.
For the “Video Player” text that was added in WordPress 4.1 for screen readers. Try using this CSS to remove it.
.mejs_offscreen, .mejs-offscreen { display: none !important; }Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 22, 2014 at 10:11 pm in reply to: enfold sharing and wordpress Publicize problem "the event calendar" single event #371840Hi flyme!
Add this to the bottom of your functions.php file.
add_action( 'tribe_events_single_event_after_the_content', 'enfold_customization_events_social' ); function enfold_customization_events_social() { echo '</div>'; echo avia_social_share_links(array(), false); }I’m not sure what you mean by “publicize wordpress” though. Is that a plugin your using?
Cheers!
ElliottHey!
If your adding a link inside the tooltip then the link needs a title set like so.
<a href = "URL to your image" title = "Here is the caption">Click on me</a>Cheers!
ElliottHey hloft!
There is no template for the products available in the theme so you can either create one or do the same customization to the single.php template which is what the custom post types default to.
Or if your just adding it manually to the pages and haven’t done a customization yet then try adding this inside the single.php template on line 29.
<?php echo do_shortcode(" "); ?>And then copy the shortcode your using and paste it inside the quotes of that line.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
You just need to paste the portfolio.php into the /shortcodes/ folder. You do not need to recreate the path as in the parent theme.
See here for more info, http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/. If you downloaded the child theme from our documentation then the required code is already inside the functions.php file.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey!
Try adding this.
#advanced_menu_hide { right: 20px !important; top: 40px !important; }If that’s not working then you’ll need to remove this part from your previous code.
#advanced_menu_hideBest regards,
ElliottDecember 22, 2014 at 9:33 pm in reply to: WPML language switcher not showing in Enfold Theme Options #371813Hey jurgen1979!
Let’s try the following.
1. Deactivate all plugins except WPML and make sure WPML is updated.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If you still cannot see it after doing those two steps then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHey!
Sorry, try this out to target just the first one.
.av_two_third .slide-entry-excerpt > p > span { margin-left: 40px !important; }Regards,
ElliottDecember 22, 2014 at 9:05 pm in reply to: Changing the text of the LOAD MORE option on the masonry portfolio and blog #371788Hi Martin!
I think it should be in the .pot file. You can find it on line 640 in /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php.
$output .= "<a class='av-masonry-pagination av-masonry-load-more' href='#load-more' {$data_string}>".__('Load more','avia_framework')."</a>";You could also try installing this plugin, https://wordpress.org/plugins/codestyling-localization/, and do a scan for the theme texts and change it that way.
Regards,
ElliottHey!
Are you sure you have Dashboard > SEO > Titles & Metas > Hide RSS Links checked? That should be removing the feed links from your header but I still see one listed.
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi zdevine!
1. Try installing the WordPress SEO plugin. I think it sets the search pages to be noindex in the robots.txt file by default.
2. I’m not sure about this. Copy the exact message & error that webmaster tools gives you and paste it here.
Elliott
December 22, 2014 at 8:42 pm in reply to: Error with social icons and no changes when selecting a different fontpage #371766Hey spirit1977!
Your login got me past the htaccess login but it did not work for the WordPress login. It looks like your using Enfold 3.0.2. Go ahead and update to the latest version, 3.0.4, and then deactivate all plugins to see if you still have the problem.
Also make sure your not using any static pages in Dashboard > Settings > Reading.
Regards,
ElliottHey Jan!
Hmm, your catalogue looks a little different to me. I think the CSS your wanting to use is this.
@media only screen and (max-width: 767px) { .av-catalogue-price { position: relative !important; } }But if that’s not working then send us a link to your page and we’ll take a look.
Cheers!
ElliottHi!
Your site loaded in 4.09 seconds on my end which is pretty good. In my opinion your image sizes are already pretty good. You have quite a few loading though which is totaling 700KB. I suppose you could try slimming their size down a bit more or have them load on separate pages.
Also, for minifying the JS and CSS I would try this plugin out, https://wordpress.org/plugins/bwp-minify/.
Best regards,
ElliottHi!
You can do this, https://kriesi.at/support/topic/new-custom-font/, to make the font selectable in the theme options. It’s not a google font though so you’ll need to make sure to link to the font files correctly in your header.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
Are you sure it’s not your customizations that are causing the problem? I would create a backup of your theme folder and then completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If it works fine then add your customizations in one by one to see which one is causing the problem.
Cheers!
ElliottHey Mike_Yoon!
You could try adding this to the bottom of your functions.php file.
add_action( 'ava_after_main_menu', 'enfold_customization_add_date' ); function enfold_customization_add_date() { echo '<span class = "header_date">'.do_shortcode('[date]').'</span>'; }But you’ll probably need to do some CSS work also. Send us a link to your page so we can see what header layout your using.
Best regards,
ElliottHi lanelee!
Try adding this to your custom CSS.
.html_header_top.html_bottom_nav_header .main_menu { width: 110% !important; }Best regards,
ElliottHi stefan872!
Your CSS code is part of the problem. I also noticed strong tags surrounding each link which should not be there. Did you do customizations?
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having problems after doing those two steps then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottDecember 22, 2014 at 7:40 pm in reply to: Icons not correct after moving site to root location #371701Hey DrosCR!
Thanks for using Enfold.
Try adding this to your .htaccess file.
Header set Access-Control-Allow-Origin "*"Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi brandtreed!
Hmm, not sure the best way to go about this would be. You could try creating a custom post type named “audio” or something similar and then create a single post for each track and then you can access the feed like so.
yoursite.com/feed/?post_type=audioYou could use this plugin to easily create the post type, https://wordpress.org/plugins/custom-post-type-ui/.
Besides that I’m not really sure the best way to go about it. Perhaps there is a plugin out there that could create a feed from a certain type of audio attachment but I do not know of any that I can recommend.
If anyone else has an idea then please let us know.
Best regards,
ElliottHi robsdesigns!
It looks like your using Enfold 2.8.1. You’ll want to update to the latest version, 3.0.4. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi tech500!
Hmm, no I don’t think we create any logs. You can check with your hosting provider to see if they have any logs available.
I’m not really sure what you mean by “an email address we didn’t open”. You mean someone sent you a message but did not give a return email? You can set the contact form to validate a text field for an email address. That won’t stop someone from using a fake email address though.
Best regards,
ElliottHi!
Is the problem that your not receiving any emails with the form? I sent you a test email. Be sure to check your spam folder.
@nickgreaves, Make sure your using the latest version of Enfold, 3.0.4, and send us a link.Best regards,
ElliottDecember 22, 2014 at 7:22 pm in reply to: Edit default template so that Full width sub menu appears on every page #371684Hi hloft!
We can try adding a do_shortcode line into some of the template files to display it but the bigger question is are you wanting it to display the same menu on all of these pages or be different for each menu?
If you want the same menu then it wouldn’t be very difficult but changing the menu for every area is going to take a lot of time and code and would have to be considered custom work.
Cheers!
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
