Forum Replies Created
-
AuthorPosts
-
Hi,
It’s fixed, you had some malware code in your child theme functions.php and footer.php files.
Best regards,
JosueTry putting the code at the very start of Quick CSS.
Best regards,
JosueHi Flo!
1. Header transparency can’t be enabled on WordPress-generated pages (archives, 404, etc) because these layouts are not suited to have a transparent header, you can’t directly control the layout of these, for example you can’t put a Color Section or a Slider as the first element, it would look like this – http://a.pomf.se/wcngxf.png.
2. As far as i know the mobile menu occupies the whole screen when opened, can you post the link to your website?
3. Please post a link to your blog
Regards,
JosueHey Marijn!
Try with this code instead:
#menu-item-1321 ul.sub-menu { left: -90px; }Cheers!
JosueThe problem is that the Enfold dynamic stylesheet is not being updated, if you say this is happening with several websites it may be related to some server restrictions/policies, have you tried contacting your hosting provider about this?
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Check includes/loop-portfolio-single.php, line 40-48:
if(has_tag() && is_single()) { echo '<span class="blog-tags minor-meta">'; the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> '); echo '</span></span>'; } echo '</footer>';Reference:
https://codex.wordpress.org/Function_Reference/has_tag
https://codex.wordpress.org/Function_Reference/is_single
https://codex.wordpress.org/Function_Reference/the_tagsRegards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi!
There is already a setting to have the header like that (“Logo left, menu below”), the rest would be just a matter of CSS adjustments.
Best regards,
JosueHey!
You can put the following code in your theme / child theme functions.php to change that:
function change_cf_from() { return "wordpress@YOURWEBSITE.com"; } add_filter('avf_form_from', 'change_cf_from', 10);Cheers!
JosueHey!
To which element do you wish to add this effect? i think it could be doable on a portfolio/masonry grid.
Regards,
JosueHi,
Can you post the link to your site?
Regards,
JosueHi Carsten!
Have you tested it on another computer / network? does it happen in a certain page in the backend? i honestly couldn’t note any abnormal slowness, please check – http://screencast.com/t/4gvV3wfwmRTD
Cheers!
JosueHi!
It’s fixed, you had an un-needed closing div (
</div>) at the end of your CF7.Best regards,
JosueHey Lev!
Have you tried using the Advanced Style editor?
There are options to edit the Main Menu links and its submenus.
Best regards,
JosueMay 26, 2015 at 11:16 am in reply to: How to copy all the comments of one page to another page? #449981Hi!
Given the structure of WordPress i’m not sure if this is possible to be honest, try asking this question in the Duplicate Post support forum here:
https://wordpress.org/support/plugin/duplicate-postRegards,
JosueMaybe, give it a try if you have it available.
Best regards,
JosueHey!
The culprit of the issue is the “Shortcodes Pro” plugin, it’s disabled now.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Saw your other topic with access provided, i’ll close this and continue there instead.
Regards,
Josue-
This reply was modified 10 years, 10 months ago by
Josue.
Hi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueMay 26, 2015 at 10:56 am in reply to: Function request – auto generated thumbnails for video #449963Hey!
1. Copy the provided code into a Text Widget.
2. Use the following CSS code:
#top .sidebar .widgettitle{ color: red; font-weight: bold; font-size: 22px; font-family: serif; }Best regards,
JosueHey!
I think the Grid Row element would be the best option to replicate that layout.
Best regards,
JosueHey!
Can you post a link to one of the job detail pages? also a screenshot/mockup of what would you want to achieve would be helpful.
Best regards,
JosueHey!
You’d need to place the following in your child theme functions.php first:
function change_shortcodesjs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_shortcodesjs', 100 );Cheers!
JosueLet us know if it works so we can mark the topic as resolved.
Cheers!
Josue -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
