-
AuthorPosts
-
February 21, 2016 at 9:36 pm #586757
Hi there,
i am trying to make my icon box and font smaller but when i edit is by the px it only changes the small icon arrow not the circle or the text.
Could you help please.
- This topic was modified 8 years, 8 months ago by anyone_officechanges.
February 23, 2016 at 12:35 pm #587655Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-icon-list .iconlist_icon { height: 80px; width: 80px; line-height: 80px; }
Best regards,
YigitFebruary 23, 2016 at 12:50 pm #587669thanks, i’ve added it and it doesn’t matter how I adjust the px, it doesn’t seem to be changing.
Could you advise? Many thanks.
February 23, 2016 at 1:08 pm #587683Hey!
We are going to need admin credentials to see the link you are posting as it is to dashboard :)
Best regards,
YigitMarch 10, 2016 at 2:04 pm #596283Hi Yigit, what does this mean. Our login?
March 11, 2016 at 9:38 am #596777Hi,
It doesn’t have to be your, you can create a new temporary one and post the details in private.
Thanks,
RikardApril 6, 2016 at 8:09 pm #609147Hi Rikard,
If you could sort it that would be great, see details attached.
Many thanks,
April 7, 2016 at 7:07 am #609371Hi,
There is a user/pass prompt before coming to the WordPress login page as well, could you post details for that too please?
Best regards,
RikardApril 11, 2016 at 8:52 pm #611533Hi Rikard,
I don’t know what you mean as I gave the same details to one of your colleagues and he managed to get in without any additional passwords. I don’t get any others prompts so not sure what you mean?
April 12, 2016 at 7:45 am #611716Hi,
Please see screenshot in private. You probably set it in your .htaccess file or cPanel backend or similar.
Best regards,
RikardApril 13, 2016 at 8:03 pm #613163Hi Rikard,
I’m sorry but I don’t know the user name to this.
You colleague didn’t ask for this information and I myself don’t get asked for it so have no idea!April 14, 2016 at 7:17 am #613526Hi,
Yigit asked you for login details because he can see that you need to be logged in to be able to access the URL you posted here ,so he probably never even visited your site.
You probably saved the password in your browser, that is why you are not getting asked to submit details. Anyway, we will need access to your site to be able to help you so maybe you could ask your hosting provider to help you out finding the details needed?
Best regards,
RikardApril 16, 2016 at 8:02 pm #615554Hi Rikard,
See below.
Thank you,
April 18, 2016 at 6:39 am #616071Hi,
Great, I can access the site now. First of all, you are running an old version of the theme, could you try updating to the latest version (3.5.2) please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
As for the CSS, please try to add the important statement to it:
.avia-icon-list .iconlist_icon { height: 80px !important; width: 80px !important; line-height: 80px !important; }
Regards,
RikardApril 18, 2016 at 9:25 pm #616817Hi Rikard,
What has happened????
All my images on every page has disappeared?
Help me gently pleaseApril 18, 2016 at 9:26 pm #616818urgently***
April 20, 2016 at 12:33 pm #618243Hi,
Please try following these steps: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
Best regards,
RikardApril 21, 2016 at 12:10 pm #619092Hi Rikard,,
I’ve tried all these steps and the images still aren’t showing!!
Make sure that your theme is up to date and runs the latest Version. In Enfolds case this is 3.5.3. This should by default fix all problems with this bug. Updating your theme files – THIS IS DONE, I’M RUNNING THE LATEST THEME VERSION.
Also: make sure that you are not running any outdated plugins that could cause problems – ALL MY PLUGINS ARE UP TO DATE
Clear your browser cache and reload the page a few times (hard refresh). If you get the same results then please try a different browser and/or machine to see if you get the same results. If not then you are getting cached results. – I HAVE TRIED THIS ON TWO MACHINES AND IT’S STILL NOT WORKING, I’VE CLEARED CACHE TOO.
If clearing your cache did not work then you could try to add the following code to the bottom of the themes functions.php file – IVE ADDED THE CODE TO MY FILE AND STILL NOT WORKING
Please help me fix this urgently. Many thanks.
April 22, 2016 at 8:56 am #619640Hi,
You added the code to your style.css file and not functions.php.
Please check your site now.
Thanks,
RikardApril 23, 2016 at 11:57 pm #620695thats amazing, thanks so much.
Back to the icon box – how do i fix this?
April 26, 2016 at 7:29 am #621952Hey!
Please don’t use the customizer because you can’t change the theme options or element configuration there:
.Add this in the Quick CSS field to change the iconbox content and title font size:
.iconbox_content_container { font-size: 18px; } .iconbox_content_title { font-size: 1.6em; }
Best regards,
IsmaelApril 27, 2016 at 1:36 pm #623034Hi Ismael,
Thank you for this. I have added it and altered it to make it smaller and nothing is happening, could you advise please.
Thank you!
April 30, 2016 at 7:21 am #624866Hi,
Where did you add the code? Add it in the Quick CSS field or the style.css file. Remove browser cache or hard refresh the page to see the effect.
.iconbox_content_container { font-size: 18px !important; } .iconbox_content_title { font-size: 1.6em !important; }
This should adjust the font size of the iconbox title and content. This will help you better understand css: http://kriesi.at/archives/wordpress-developers-your-complete-guide-to-conquering-css-in-2016
Best regards,
IsmaelApril 30, 2016 at 11:51 am #624937Hi Ismael,
I have added the code to the Quick CSS in the general styling section, adjusted the font size, cleared my cache and hard refreshed and it’s still not working, could you advise. Thanks
May 3, 2016 at 6:10 am #626196Hi!
We checked the current version of the theme and it is 3.0.7. The latest version now is 3.5.4. Please always update the theme if a new version is available.
Regards,
IsmaelMay 6, 2016 at 8:02 pm #628447See attached screenshot. My theme is telling me it’s up to date, how do I update it?
May 9, 2016 at 5:58 am #628996Hi,
You can try the following plugin in order to clear WordPress transients: https://wordpress.org/plugins/artiss-transient-cleaner/. If that doesn’t work then please update manually via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
RikardMay 10, 2016 at 1:50 pm #629901Hi Rikard,
I have installed the Transients and nothings happened.
I’m not sure about FTP because alot of work has gone into this theme and I don’t want to overwrite anything.
What is puzzling me is why my manual theme update isnt picking up any new version or why using my API key isnt automatically updating?
May 11, 2016 at 12:54 pm #630651Hi,
it is because Themeforest uses caching and with the plugin mentioned you can clear this kind of cache.
You won’t loose any theme settings, so go ahead and update the theme manually.
Best regards,
AndyMay 17, 2016 at 8:54 pm #633968HI Andy,
I cannot figure this out, Could you please do it for me?
See details attached. Many thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.