Forum Replies Created
-
AuthorPosts
-
Hi,
Its working now. Thank you.
Hi Ismael,
I tried adding it previously, Its not working.
Now it seems to create another problem. It was working fine previously.
http://strategistshub.com/articles/
The image originally when it was above the title stretch full width. Now it seem to become smaller and align to the center.
Adding the following code to the css does not help.
.big-preview { padding: 0 !important; margin-top: 20px;}- This reply was modified 8 years, 4 months ago by hzy17079.
Hi
The image seem to be working now. I did not remove any code that was previously added base on the solution on the link provided.
I guess the code did not kick in after I save the file.
July 9, 2016 at 2:44 am in reply to: Show Character Show when title exceed max number allowed #658661Hi Ismael,
Thanks a lot. The problem is solve now.
Hi Basilis,
Tried the solution from the link you have provided. Its not working.
July 6, 2016 at 5:10 pm in reply to: Show Character Show when title exceed max number allowed #657621It’s still not working. I have add the access. I have also revert the files back to the original copy.
July 6, 2016 at 5:27 am in reply to: Show Character Show when title exceed max number allowed #657320Hi,
That’s not the section I am referring to. I have attach an image of the issue I am facing. Its is above the newsletter form. You will see the “?””?” character on the 1st post. The title is longer and the “?””?” suppose to display chinese character.
- This reply was modified 8 years, 4 months ago by hzy17079.
July 5, 2016 at 6:08 am in reply to: Show Character Show when title exceed max number allowed #656826Hi,
http://strategistshub.com/articles/Its at the sidebar, 3rd section where its under the popular articles.
July 4, 2016 at 3:49 am in reply to: Show Character Show when title exceed max number allowed #656371Hi,
Shortening the title does work however I will need a longer title for certain article post .
Changing the title to English title do not create such a problem.
Is there anyway I could still allow the chinese character to display properly even if it is showing Chinese Character.
Hi,
I manage to get the Comment issue fixed. Seem like the post have to be re-update or publish for it to be able to show. Didn’t manage to exactly identify how I achieve it.
I have another issue, how do I move the featured image above below the Title and the Author, Comment, Date section.
I tried the recommendation on this post https://kriesi.at/support/topic/post-title-above-featured-image/. It works on the main post itself but it did not work on the all blog post page. http://strategistshub.com/articles/
I manage to get the image upload issue fix by entering the following code in the functions.php file
add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); }
Still got no clue on the comment issue.
- This reply was modified 8 years, 5 months ago by hzy17079.
Hi all,
I tested uploading a few type of images.
1) 4KB png successful
2) 103KB jpg successful
3) 202KB jpg unsuccessful
4) 212KB png successful
5) 336KB jpg unsuccessful
6) 385KB jpg unsuccessfulAre you all able to identify what could be the reason why certain files are able to upload?
Hi Basilis,
The image seem to be able to upload after I disable all the plugin. I think it could be a plugin which is causing the issue.
Hi Ismael,
I disable all plugin but the comments section still don’t appear.
Hi Basilis,
1) I have check the option “Allow people to post comments on new articles” under Settings>Discussion. Is there any other option which I need to check?
2) I have just checked with my cpanel. Dont think there are not enough space with my server.
Hi Apologise on the user account. I have change it to admin access.
I tried changing the theme but it still do not work. Will try on disabling the plugin one at a time.
We can close this thread. Thanks guys for your assistance.
Hi,
Thanks a lot. Manage to fix it through the instruction provided. The code brought up in this post to insert seem slightly different from the one that inserted previously from another post. Couldn’t find the post anymore though.
I change from:
<IfModule mod_headers.c> <FilesMatch “\.(ttf|ttc|otf|eot|woff|font.css|css)$”> Header set Access-Control-Allow-Origin: http://mydomain.com </FilesMatch> </IfModule>
to
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
October 20, 2015 at 3:53 am in reply to: Customise Blog Post Layout with share feature and related contents #521315Hi Dake,
Does something like the following page on Kriesi consider customise layout?
http://kriesi.at/archives/7-killer-content-marketing-campaigns-to-learn-fromCan enfold theme achieve such layout through configuration? This is the layout of What I was looking for.
Thanks for your quick respond.
October 20, 2015 at 2:59 am in reply to: Customise Blog Post Layout with share feature and related contents #521296Apologise on the user access. I have granted the account to admin.
October 20, 2015 at 1:56 am in reply to: Customise Blog Post Layout with share feature and related contents #521287A Side Note, The related content currently below the page is from JetPack. The design look and feel does not match the theme. This is the reason why I am seeking on how to implement related content from enfold.
Still couldn’t quite get what I want. I have tried using other alternative instead of the default Enfold Like Box.
Hi,
I am also facing the same issue. I have tried all the above mention method but still could not get it working.
June 23, 2015 at 6:07 pm in reply to: Fullscreen slider not showing full screen but within Container #463524Hi Ismael,
Thanks for your quick respond.
June 22, 2015 at 5:50 pm in reply to: Fullscreen slider not showing full screen but within Container #462959This reply has been marked as private.June 22, 2015 at 12:14 am in reply to: Fullscreen slider not showing full screen but within Container #462406When I try to put the Fullwidth Easy Slider on top and the Fullscreen Slider below it, the Fullscreen Slider works fine.
June 21, 2015 at 6:48 pm in reply to: Fullscreen slider not showing full screen but within Container #462384I tried creating a new page and set the editor as Advanced Layout Builder before I publish it but still face the same problem.
June 21, 2015 at 5:57 pm in reply to: Fullscreen slider not showing full screen but within Container #462381I did not use the default editor and only used the advance layout builder. So I was still keep of confuse why it was not working. I installed another WordPress together with the template on another subdomain and everything works fine when I import the demo content.
June 20, 2015 at 12:19 am in reply to: Fullscreen slider not showing full screen but within Container #462132I am not using a shortcode for the insertion.
I used the media element from the advanced layout builder.
-
AuthorPosts