Forum Replies Created
-
AuthorPosts
-
Thanks Ismael, worked great!
Thank you so much.
Hi Ismael,
Yup this totally worked. Does this mean I should only use the child theme folder? Shouldn’t be a problem I think but just want t confirm.
Am so so thankful btw :) Shows exactly how I need it to. Attaching the url below.
Just one last thing, there is an error on the top of the page : string(62) “/home/hwangimc/public_html/aham/wp-content/themes/enfold-child”
Cant figure out why
Hi Ismael,
The csv file sits here : http://103.51.41.206/~hwangimc/downloads/daily-fund-price/Fund_Price_Website_sample_demo.csv
Thanks
Hi Ismael,
Thank you so much for replying. Tried putting the snippet in my functions.php and shortcode in the builder, but nothing shows on the page… any ideas?
Hi Basilis,
Thank you for replying. The data in the table displayed on the page is from the csv file that gets updated daily.
Am trying to show a timestamp underneath the table (as per printscreen) to show when the csv was last updated, the thing is am unsure where exactly to place the php code. Below is my access.
Thank you very much
January 29, 2016 at 1:19 pm in reply to: Avia Light Transparent Form Dropdown not visible on Windows but visible on mac #574493Hi Josue,
I was using Chrome on a Windows computer..
January 29, 2016 at 1:18 pm in reply to: Next/Previous Post within same Category not working #574491Hi Ismael,
Thank you very much, worked great!
Hey Yigit,
Thank you very much for the quick reply, worked great!
Hi Rikard,
Thanks but when I use float, the icons all go in a straight line. pls see
http://103.51.41.206/~hwangimc/2016/shot.jpgIs there any other way?
Thank you
January 22, 2016 at 6:38 pm in reply to: How to also show Gravatar (author profile pic) on mobile #570269Andy, thank you very much, this worked great! Exactly what I was looking for. Thanks to the rest of the support team too, you guys are really great.
January 20, 2016 at 4:18 pm in reply to: How to also show Gravatar (author profile pic) on mobile #568714Hi Vinay,
Noted and thanks. Yup those lines did not work. Really appreciate you taking a look at this. My login details as below.
January 19, 2016 at 11:09 am in reply to: How to also show Gravatar (author profile pic) on mobile #567749Hi Vinay,
Sorry, I’ve since changed it back as I had to show it to the client. But the issue am facing, when I use the code suggested, the title and text goes down below the icon/author image. This works great for the author posts but not for the others. So am now using
@media screen and (max-width: 767px) {
.template-blog .blog-meta { display: block !important; float: none !important; }
}The issue am facing –
Please see this link on mobile view : http://103.51.41.206/~hwangimc/aham/fund-managers-journal/a-brief-on-global-local-markets-investment-strategy/
Is there a way for just the body of text to fill the screen and start from the left as per this screenshot http://103.51.41.206/~hwangimc/aham/wp-content/uploads/screenshot.jpg instead of the whole text including title shifting down below the image?
Thanks!
January 19, 2016 at 6:10 am in reply to: Magazine element in avia builder to link to external site #567624Hi Josue,
Thank for replying. Unfortunately am not that experienced a developer to even pretend to understand your suggestion 😓and currently am budget constrained to find one. But thank you so much for taking the trouble to reply.
Will most probably look for a workaround using the standard blog, thanks.
January 18, 2016 at 2:17 am in reply to: How to also show Gravatar (author profile pic) on mobile #566864Hi Vinay Namaste ;)
Thanks for replying. I’ve gotten it to work, but it poses an issue on my other posts. Pls see http://103.51.41.206/~hwangimc/aham/fundamentals/ now the text for all posts have gone down. Could you pls advise as to how I can get it back to float left to the thumbnail? Thanks
January 13, 2016 at 3:46 am in reply to: How to also show Gravatar (author profile pic) on mobile #564290Hi Andy,
Sure please see links below in mobile view.
Thank you
January 11, 2016 at 6:12 pm in reply to: Magazine element in avia builder to link to external site #563400Hi Yigit,
Sure thing. Thank you for replying.
January 11, 2016 at 6:12 pm in reply to: How to also show Gravatar (author profile pic) on mobile #563399Hi Yigit,
Thanks for replying. This works for the author image, but the problem is that all other blog posts get affected on mobile too – the small preview image now sits on top of the title instead of sitting next to the title. Is there a way to just make the div.entry-content float to the left without affecting the title?
Thanks
January 11, 2016 at 3:22 am in reply to: How to also show Gravatar (author profile pic) on mobile #562875Hi Elliot,
Sorry, I have another related question – am having an issue with the spacing on mobile because of this. I added a margin-top to the text so the icon now goes on top. (I can’t have the text pushed too much to the right as the whole article becomes really long on mobile)
@media only screen and (max-width: 767px) {
.responsive .content .entry-content-wrapper {
padding: 0;
margin-top: 100px;}This works, except that it affects all my other post pages where the thumbnail now sits on top of the text as opposed to on the left.
So my question is – is it possible to separate the content and the title, where I can get the content to start on the extreme left and the title and author remain as is?
Or is there another solution to this?
Thank you very much
January 11, 2016 at 2:55 am in reply to: How to also show Gravatar (author profile pic) on mobile #562861Hi Elliot,
Thanks for this, it works great.
January 11, 2016 at 2:43 am in reply to: Magazine element in avia builder to link to external site #562848Hi Elliot,
Thanks for the quick reply, I actually did email Josue, am not not sure he saw it. Could you tag him for me please?
Thank you again.
Hi Yigit,
Sorry about the late reply, but thank you very much.
My customer realised they had to use all caps as they also use currencies eg: AUD and MYR
Hi Basilis,
Thank you sorry for the delayed reply, I have overlooked this section.
I have a related question, is there a way to show author on certain tyoe of blog posts and hide on others?
I have one category which I want to show the author and one category on grid which I want to hide the authors.
The css below hides the author from all posts. Is there a way to do this by category?
.blog-author {
display: none !important;
}Thank you!
Hi Basilis,
Thanks, the lowercase worked, was looking actually for a Capitalize or Sentence case, for example :
AFFIN HWANG AIIMAN CASH FUND I –becomes–> Affin Hwang Aiiman Cash Fund I
I tried this but it doesn’t work :
.fundname {
text-transform: capitalize; !important;
}I found this solution – https://github.com/gouch/to-title-case as a solution. Just not quite sure where to paste the codes in Enfold. Am hoping you can have a look at this and let me know where I paste the js code and functions in my child theme.
Thank you very much!
Hi Josue,
I see.. ok thanks anyways, you guys are always top notch when it comes to support
Hi Josue,
Thanks for the quick reply. I did try it out, the thumbnails don’t scroll anymore, but the portfolio still expands on the top, it expands above the rest. I would still need to scroll to see the expanded image. Is there any way for it to expand at the thumbnail location itself?
Thanks again.
Hi Josue/Basilis,
Is there any way to get each portfolio to expand on its own location instead of expanding at the top? This is to avoid lots of scrolling when on mobile when selecting different portfolios.
Hi Yigit,
Thanks! worked great :)
Thank you very much for your quick reply.
December 8, 2015 at 11:30 am in reply to: Breadcrumbs shortcode not clickable on mobile version #548644Hi Andy,
Yes looked like it worked, but my client has decided to do away with breadcrumbs (phew) you can go ahead and close this ticket.
Thanks for your time
Hey Josue,
This seemed to do the trick :)
div .portfolio-preview-image {
pointer-events: none;}Thanks again!
Hi Josue,
Thanks for replying, unfortunately the code gave me this error on the whole site.
Fatal error: Cannot redeclare add_custom_script()
-
AuthorPosts