Forum Replies Created
-
AuthorPosts
-
Hi,
You had the same code for 12px in twice, I removed one and changed the other to 9px. Please clear your browser cache and check.Best regards,
MikeHi,
This template would be used for posts going forward, past posts would have to we rewritten to use the post template.
But lets hold on for a minute, and examine what you are trying to achieve, perhaps a little css will save you a lot of work, and perhaps I misunderstood.
What you seem to like about the link in the Private Content area, is that the sidebar goes to the bottom and all the way to the right, and you would like all of your posts to look like this. Is this correct? If so lets try to change it with css.
Please try adding this code to the bottom in the General Styling > Quick CSS field:#top.post-template-default #wrap_all #main,#top.post-template-default #wrap_all #main.all_colors .container_wrap.container_wrap_first.main_color.sidebar_right { background-color: #f7f4fc!important; } .container.template-single-blog main.content { background-color: #fff!important; padding-left: 30px!important; } .template-single-blog footer#socket { margin: 0 auto!important; padding: 0px 50px!important; } .responsive .container.template-blog.template-single-blog { max-width: 100%!important; } #top.post-template-default.single.single-post.single-format-standard.stretched .container.template-single-blog { padding-left: 0px !important; }
Then please clear your browser cache and any cache plugin, and check.
Best regards,
MikeHi,
Can you please provide more information so that will have some context, such as the URL to a sample page and the CSS code that you’re using.Best regards,
MikeHi,
I found removing the old one first solved the coflict. I belive if you follow this step you wont have any issuses, but we are here to help.
Glad we could help, we will close this now. Thanks for using Enfold.Best regards,
MikeJanuary 24, 2018 at 2:42 pm in reply to: Author comments: how to redirect author name to about-me-page instead of archive #902153Hi,
In my clean install the author name & gravatar in the comment list don’t have link tags so they are not links, do yours? Please include the url to the page in question so we can take a closer look.
If yours is the same as this, and you would like this function you can edit the includes/loop-comments.php to include the links.Best regards,
MikeHey topmedialab,
I removed you icon from the Iconfont Manager, and re-added it and it is working now. Please clear your browser cache and check.
Please see screenshot in Private Content areaBest regards,
MikeHey allen,
Please try these following steps to replace the Iconboxes H3 tag.
1. Create folder within your enfold-child folder: /shortcodes/
2. Copy iconbox.php to the above directory
3. Edit the H3 tag in iconbox.php with:<h2 class='iconbox_content_title' $markup>".$title."</h2>";
4. Add this code to the end of your child theme functions.php file.
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
Best regards,
MikeHey Cj,
Do you use a cache plugin that is minifying, or a lazy load plugin?
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
I logged in and put the code near the top of the functions.php underif(isset($avia_config['use_child_theme_functions_only'])) return;
that was already there, and removed the second copy of that code. It is now working, please check.
When looking for the font in the drop down list, it may be at the bottom of the list.
Best regards,
MikeHi,
To automatically generate a advanced layout builder layout that you have created, first save a layout that you have created by clicking “Templates” in the top right corner of the canvas. Then click the button, “Save Entry as Template” you will be asked to name your new template. Next time you create a new post or page you can click the name you saved to load the template.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey stacey_pritchett,
Typically print.css is the best way to go, here is a good article to get you started: Designing For Print With CSS
Although there are plugins such as: PDF & Print that will generate a pdf of your page for print that might be a easier alternative.Best regards,
MikeJanuary 24, 2018 at 3:56 am in reply to: Author comments: how to redirect author name to about-me-page instead of archive #901855Hey Chris,
I tested this on my localhost at the bottom of my functions.php and it worked for me. See screenshot
I assume you changed the “http://example.com/” link to your profile page.Best regards,
Mike-
This reply was modified 7 years, 3 months ago by
Mike.
Hi,
This is because a child theme uses the parent theme as the base and only overrides the parent theme with the files in it’s folder. In your case, if you placed a copy of those files in your child theme fodder it would show their path.
If you want to dig deeper, this article may help: How To Rename a Theme
Or perhaps this plugin: WP Hide & Security EnhancerBest regards,
MikeJanuary 24, 2018 at 3:18 am in reply to: Show additional product details on hover-over info – Product Grid #901831Hey mariettep,
Sorry, that feature is not available, and it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)Best regards,
MikeHey CD,
I have generated a new password for you and you should have received an email about it, if not I added it to the Private Content area .Best regards,
MikeHey Dan,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHi,
That’s good news, Glad Nikko was able to help, shall we close this then?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Sorry it is not perfect for all possible situations, Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Shall we close this thread then?Best regards,
MikeHi,
You can try doing a hard reload in the Chrome browser. Press F12 to see the developer tools and then on the refresh button right click to get the drop-down menu and choose hard reloadThis link may better, https://www.getfilecloud.com/blog/2015/03/tech-tip-how-to-do-hard-refresh-in-browsers/
Best regards,
MikeHi,
Try deleting the theme through the WordPress themes panel then use the plugin WP reset to reset the core WordPress. You can then also delete any folders and the upload folder via FTP. then try installing the theme again through the WordPress panel themes.Best regards,
MikeHi,
Glad we could help, we will close this now. Thanks for using Enfold.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top.page-id-1072 article.slide-entry .slide-content {text-align: center !important; }
Please clear any cache plugin and your browser cache and check.
Best regards,
MikeHi,
Please see: Register Additional Google Fonts for Theme OptionsBest regards,
Mike -
This reply was modified 7 years, 3 months ago by
-
AuthorPosts