Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
Thanks so much for getting back to me. Yes that was it. It is all up and running now.
Best wishes,
RonHi Rikard,
sorry about not showing the admin access Please see below.
Thanks for getting back to me.
The previous code is my tokenI cannot update enfold to latest version of 4.6. I have a valid token but nothing works.
RonHI,
OK I did what you suggested and still no change. What now?
RonHey Jordan
I tried the CSS code, even droped it down to 0px and nothing changes. Any other ideas?This reply has been marked as private.This reply has been marked as private.Thanks Rikard,
This did work, however it removed the logo as well an put the drop down icon behind the slider image. So, I decided to edit out with /*…..*/ the code in the functions.php file that created the “Company Logo” and I think it looks a little better this way.
I really appreciate your help. I hope you have a wonderful weekend.
RonHi Rikard,
Thanks so much. It works great.Now, Can we removed the “Company Name” on the mobile device?
I tried adding:
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “Company Name”;
return $sub;
}
In the Appearance editorAnd .logo img { display: none; } in the quick css.
This did not work. Any suggestions?
Thanks,
RonHi Nikko
Yes that did the trick. The images look good now. Thanks so much,
Ronsorry about that. Please try now.
Here is the login info
Hi Mike,
I did as you suggested and nothing changed. Please see https://lbmas.net/product/jewelry-set-4/
Any other ideas?
RonHI Mike,
found a slight error in the code and fixed it and now it works, Thanks so much,
RonHi Mike,
I added the css code and nothing changed.
RonHi Mike,
That did solve the problem. Thanks for your help
RonHi
The automatic theme update is not working. it is telling me I am up to date. If I use ftp, what files do i need to upload?
Thanks,
RonHi Mike,
We have version 4.0.2 currently installed. Isn’t this the current version?
RonHi Rikard
I hope this helps explain what I am asking.Thanks, Ron
Rickard
As you probably know, the product info does to appear with the use of these buttons. However, since the AVIA editor is so great, it is actually better to use that function which allows for more design option.
RonIsmael,
Thanks so much for getting back to me. The mystery is solved. I see how it al works now.
Have a great day or night wherever you are.
RonHI Basilis
I just got word from GoDaddy that they are having server issues. Please don’t waste your time looking at this now. Hopefully they will get this fixed.
RonBasilis,
I am not sure I typed in the password correctly for
support
Please use this one.Basilis
Thanks for the fast response.I set up a temp account for you.
Username is support
RonHI Rikard,
Yes, so far it appears that a plugin for Gravity Forms that adds sms function to the form might be the only way to accomplish want I a looking for.
Thanks for responding.
RonIsmael,
Thanks for getting back to me.Just to make sure…. I have two of these “add_filter” codes. Which one do you want me to replace?
RonPlease see below:
add_filter(‘avf_builder_boxes’, ‘avia_register_meta_boxes’, 10, 1); //Add meta boxes to custom post types
function avia_register_meta_boxes($boxes)
{
if(!empty($boxes))
{
foreach($boxes as $key => $box)
{
$boxes[$key][‘page’][] = ‘sfwd-courses’;
$boxes[$key][‘page’][] = ‘sfwd-lessons’;
$boxes[$key][‘page’][] = ‘sfwd-topics’;
$boxes[$key][‘page’][] = ‘sfwd-quiz’;
}
}
return $boxes;
}/*Controls look of gravity form fields */
add_filter( ‘woocommerce_gforms_strip_meta_html’, ‘configure_woocommerce_gforms_strip_meta_html’ );
function configure_woocommerce_gforms_strip_meta_html( $strip_html ) {
$strip_html = false;
return $strip_html;
}/*removed image from product page*/
remove_action( ‘woocommerce_before_single_product_summary’, ‘woocommerce_show_product_images’, 20 );add_filter(‘avf_builder_boxes’,’custom_post_types_options’);
function custom_post_types_options($boxes)
{
$boxes[] = array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘sfwd-courses’, ‘sfwd-lessons’, ‘sfwd-topic’, ‘sfwd-quiz’), ‘context’=>’normal’, ‘expandable’=>true );
$boxes[] = array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘sfwd-courses’, ‘sfwd-lessons’, ‘sfwd-topic’, ‘sfwd-quiz’), ‘context’=>’side’, ‘priority’=>’low’);
$boxes[] = array( ‘title’ =>__(‘Additional Portfolio Settings’,’avia_framework’ ), ‘id’=>’preview’, ‘page’=>array(‘sfwd-courses’, ‘sfwd-lessons’, ‘sfwd-topic’, ‘sfwd-quiz’), ‘context’=>’normal’, ‘priority’=>’high’ );return $boxes;
}Hey Yigit,
Perfect. This did it.
Thanks so much,
RonYigit,
Thanks for the help. I found the settings.
RonSeptember 27, 2016 at 6:22 am in reply to: Placing an Adobe Fillable Form within enfold theme #692063OK thanks.
-
AuthorPosts