themevision
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Agama Mobile Blog gridHello @gumlauf!
Thank you for the kind words, unfortunately bug is still not fixed.
We apologize for the delay,it takes a lot of work to correct the error.We will release a bug-fix release as soon as we can.
Thank you for your patience.Best Regards
Forum: Themes and Templates
In reply to: [Agama] how to add a color for backgroundHi,nsmart7!
Add the CSS code below in to:
Customizing->Additional CSSCode:
.hfeed.site { background-color: #00ffff; }Change the color code , per you wish.You can find more color codes on the link below.
Regards
Forum: Themes and Templates
In reply to: [Agama] How to overlay the logo on the header imageHi,
If this is you want:
http://prntscr.com/g5sdajAdd the CSS code below in to:
Customizing->Additional CSSCode:
#masthead .pull-left { position: absolute; }Regards
Forum: Themes and Templates
In reply to: [Agama] How to overlay the logo on the header imageHi,@woowahdesigns!
Can you share your website adress?
Forum: Themes and Templates
In reply to: [Agama] Navigation between postsTray add this code:
#content .entry-content table{ display:none; }Forum: Themes and Templates
In reply to: [Agama] Navigation between postsHi,
…no need for that, I ask you just for the link to public
website you have. Once when you give me a link I can help you more.Thank you!
RegardsForum: Themes and Templates
In reply to: [Agama] Navigation between postsHi,
Can you share your website adress?
Thanks
Forum: Themes and Templates
In reply to: [Agama Blue] bullet point list won’t wrap around imageHello @structuresolutions!
Try
ul{float:left;}.I think it should work
You can read more at :
https://www.w3schools.com/css/css_float.aspCan you post your Website adress?
Regards
Forum: Themes and Templates
In reply to: [Agama] Navigation between postsHello @sens4!
Add CSS code below in to:
Customizing->Additional CSSCode:
#nav-below { display: none; }Regards
Forum: Themes and Templates
In reply to: [Agama] Fullwidth – text to cover entire pageHello, @woowahdesigns!
Add code below to :
Customizing->Additional CSS
http://prntscr.com/g4nmznCode:
#main .vision-row { max-width: 90%; }change the “max-width” value , per your wish.(0-100%)
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Posts not showing up on blog pageHi @ephphatha!
I suggest you to Try rename the homepage.
Or make a new “Blog” page,
then open:
Customizing -> Static Front Pagemenu
and set the “Blog “page as a Post page.Regards
Forum: Themes and Templates
In reply to: [Agama] Blank pages except for titlesHello @jesi309!
You probbably has a some plugin conflict.
To test for a plugin conflict:
Deactivate ALL plugins
Check to see if the issue occurs
If the issue does not occur, one (or more) of your plugins is causing a conflict.
To determine which plugin(s) is causing the conflict, follow these steps:Activate each plugin one by one
Check to see if the issue occurs after each plugin is activated.Let us know if you find that your problems persist even after following the above steps.
Regards
Forum: Themes and Templates
In reply to: [Agama] Alt attribute for featured imageHello @tgigi57!
For now plugins is the only way.
We will add the alt attributes to the images in next theme update.
Thank you for the understanding!
Best Regards
Forum: Themes and Templates
In reply to: [Agama] i don’t wanna switch the display of pc and smartphone.Hi,
As I mentioned earlier, the
favicon imageis a WordPress function, not a part of the theme itself, and the CSS code that I gave you earlier can not be a reason for the favicon problem.
Maybe these articles can help you :https://codex.wordpress.org/Creating_a_Favicon
http://www.wpsuperstars.net/add-a-favicon-in-wordpress/Regards
Forum: Themes and Templates
In reply to: [Agama] i don’t wanna switch the display of pc and smartphone.Hi,
Only thing i can suggest you ,is to clear the browser’s history and cache first, then check again.
Hit Ctrl+F5 to fully refresh your site.
Maybe this topic can help you.Regards.