Forum Replies Created
-
AuthorPosts
-
Hi
You should be able to use @import within css. Are you familiar with adding fonts via css?
Best regards,
Jordan ShannonHi,
Are you looking to replace with another h2-6 tag or remove altogether?
Best regards,
Jordan ShannonHey combra,
Try adding the following to functions.php
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { $args['title'] = get_the_title($id); $args['link'] = ""; $args['heading'] = 'h1'; return $args; }
Adjust the h1 to what you want.
Best regards,
Jordan ShannonHey Sigmund,
The css appears to be written incorrectly. What exact page are you looking to put the image on?
Best regards,
Jordan ShannonMay 3, 2017 at 10:22 am in reply to: Is It Possible To Have Subfolders Overwrite Parent Theme PHP In Child Theme? #787001Hi,
Have you tried just recreating the file structure within the child theme?
Best regards,
Jordan ShannonHi,
Great! I am glad this was able to be taken care of. If you need additional help, please don’t hesitate to contact us here on the forums.
Best regards,
Jordan ShannonHey Willy_Nilly,
Have you tried updating to the latest version of Enfold? Please see this doc:
http://kriesi.at/documentation/enfold/my-enfold-layout-builder-is-not-loading-properly/
Best regards,
Jordan ShannonMay 2, 2017 at 10:12 pm in reply to: Is It Possible To Have Subfolders Overwrite Parent Theme PHP In Child Theme? #786761Hey pcmichiana,
Please see the following for a guide to solving your issue:
http://ignaciogondra.com/2016/03/24/wordpress-overwrite-sub-file-child-theme/
Best regards,
Jordan ShannonHi,
No problem at all. If you need additionaln help, please let us know here on the forums.
Best regards,
Jordan ShannonHi,
Sir, the error is corrected via logging in via ftp because the functions.php file will have to be edited directly. I am trying my best to help you, but if the credentials you are providing me are not working then they have to be corrected. I have used every credential that you provided from both filezilla, and within the browser itself with no luck.
Best regards,
Jordan ShannonHi,
Which iPhone do you have?
Best regards,
Jordan ShannonHey roimedia22,
Please provide a link to the site/page in question as well as admin info so we can look into this further.
Best regards,
Jordan ShannonHi,
Did you attempt the theme update as Victoria suggested?
Best regards,
Jordan ShannonMay 2, 2017 at 5:36 pm in reply to: Startsite footer and color sections scaling, Parallax Layer Slider #786567Hi,
Can you provide a screenshot of the error? I am not seeing responsiveness issues on my end.
Best regards,
Jordan ShannonHi,
This is what I have used, and it is not working for me. Within the admin, I added a utf filter in functions.php that is producing a 500 error. It needs to be removed.
Best regards,
Jordan ShannonHi,
It directs me to cPanel, not ftp. It’s asking for the cpanel log.
Best regards,
Jordan ShannonHi,
I am trying to login via ftp, but credentials are not working. Can you please test.
Best regards,
Jordan ShannonHi,
Can we take this back to the beginning from where I left off. It was working on mobile, but not on desktop. What is the result you need on desktop?
Best regards,
Jordan ShannonHi,
They were displaying inline after I put the code in earlier correct?
Best regards,
Jordan ShannonHi,
Would you be able to provide admin info so that I can look into this further? Just to confirm you want the matching menu item to be underlined on whatever page you are on?
Best regards,
Jordan ShannonHi,
Please provide login data so I can look into this further.
Best regards,
Jordan ShannonHey mmsdev,
In your WordPress theme directory please go to wp-content\plugins\woocommerce\templates\cart and open mini-cart.php file and search for “View Cart” and you will find the strings you need to update
Best regards,
Jordan ShannonHey wwdetmb,
Can you please try de-activating all active plugins and check if that helps?
Best regards,
Jordan ShannonHi,
I am not seeing any strange characters on the site anymore, please send me the page where you are seeing them. Also, don’t forget to hard reset the browser to clear the cache.
Best regards,
Jordan ShannonHi,
No problem at all my friend. If you need additional help, don’t hesitate to let us know here on the forums.
Best regards,
Jordan ShannonHey doug123,
I added the following to quick css:
.avia-image-container .avia-image-container-inner img.avia_image { height:100%!important; }
Please test to confirm its working.
Best regards,
Jordan ShannonHey Tiabliss,
It is very tough to walk you through without actual access to the site in the browser. Could you possibly set up just a testing site to recreate the issue?
Best regards,
Jordan ShannonHi,
I added the following to quick css along with changing the configuration of the test page you created and it seems to produce the result you needed. Please test:
@media only screen and (max-width: 767px){ #socialsection .flex_column.av_one_third.flex_column_div{ width:33.3%!important; } }
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
Your above should work if you want it to only work up until 900px. Is it still not functioning correctly?
Best regards,
Jordan ShannonHi,
I am glad this was able to be fixed for you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
This reply was modified 8 years ago by
-
AuthorPosts