Forum Replies Created
-
AuthorPosts
-
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
It’s working, here’s how i see it:
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.page-id-2925 .main_color.container_wrap{
background: url(_IMG_URL_) no-repeat center center red;
}That will target only the About page container.
Cheers!
JosueHey!
The border is actually appearing here:
http://alrazzak.net/quaderiorder/qowp/events/If you want it to appear in the widget, this will do it:
.tribe-events-list-widget-events { border-bottom: 1px solid gray; }
Best regards,
JosueHi!
Try the following:
.avia-builder-el-24 { width: 9.333333% !important; } .avia-builder-el-20 { margin-left: 9.333333% !important; }
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_meta { background: black; }
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
Try creating a .htaccess file in your /wp-admin/ directory with this contents:
<IfModule mod_security.c> SecFilterEngine Off </IfModule>
If that doesn’t fix it, i think you would need to contact your hosting provided; quoting the plugin author:
Yes, it seems to be a server issue, most likely a misconfigured htaccess or something like that which blocks the AJAX requests. Unfortunately, we can’t tell you what is the issue exactly as we don’t familiar with your server settings. This happened sometimes before with other customers as well, but in the end, their hosting provider solved this issue and we don’t know what was it.
Best regards,
JosueHi!
Apply this fix:
https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/#post-199805Cheers!
JosueHi!
I tagged Yigit, he has an iPhone to test, let’s wait for his response.
Cheers!
JosueHey!
Just change this part:
$phone = $page_id == (’8587′) ? ’520.421.9966′ : avia_get_option(‘phone’);
For this:
if($page_id == "8695" || $page_id == "8587" || $page_id == "8679"){ $phone = '520.555.9977'; }else{ $phone = avia_get_option('phone'); }
Cheers!
JosueHey!
1. Not at the moment; as far as i know. Please note that Kriesi already made an statement about the customizations in this site, but i made a exception for you.
2. Create another topic regarding that issue, please provide details.
Cheers,
JosueHi!
Change the header type to one that shows the social icons, then reply to this topic.
Best regards,
JosueHey!
Unfortunately i can’t (i don’t live in the states).
Regarding your issue, i noted that there are some JavaScript errors caused by RevSlider and BWP Minify, please try deactivating them to see if it gets fixed.
Cheers!
JosueHey!
This will do it:
.page-id-1212 .avia-table-1 .pricing-table li.avia-heading-row { background-color: #2d5c88; color: #ffffff; border-color: #2d5c88; } .page-id-1167 .avia-table-2 .pricing-table li.avia-heading-row { background-color: #2d8949; color: #ffffff; border-color: #2d8949; } .page-id-1167 .avia-table-3 .pricing-table li.avia-heading-row { background-color: #bf6c30; color: #ffffff; border-color: #bf6c30; } .page-id-1167 .avia-table-4 .pricing-table li.avia-heading-row { background-color: #582e87; color: #ffffff; border-color: #582e87; } .page-id-1167 .avia-table-1 .pricing-table li.avia-heading-row { background-color: #bf6c30; color: #ffffff; border-color: #bf6c30; }
Change the id-xxx as needed.
Regards,
JosueHi StephenThor,
Open config-templatebuilder/avia-shortcodes/portfolio.php and look for lines 346 and 380, in those lines look for:
".$excerpt."
Replace it by (in both occurrences):
".do_shortcode($excerpt)."
Regards,
JosueHi!
Do you have the latest version of the theme?
Regards,
JosueHey!
I was unable to reproduce the issue, did it happen in a specific browser? how many times did it happen?
Cheers!
JosueHi!
Try with this:
$page_object = get_queried_object(); $page_id = get_queried_object_id(); if($page_id == "8695" || $page_id == "8587" || $page_id == "8679"){ $phone = '520.555.9977'; }else{ $phone = avia_get_option('phone'); }
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#after_full_slider_1 { margin-top: 50px; }
Cheers!
JosueHey!
Please update to the latest version of Enfold (2.4.5).
Cheers!
JosueHey!
Try adding this line to your wp-config.php file:
define('CONCATENATE_SCRIPTS', false);
http://codex.wordpress.org/Editing_wp-config.php#Disable_Javascript_Concatenation
Regards,
JosueI can share my log in info if you would like to see.
Please do so.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Post the temp login as a private reply, only you and us (support staff) will see it.
Cheers!
JosueHey Liminalty!
It appears that happens because you need to approve each comment, you can disable that in Settings > Discussion.
Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue -
AuthorPosts