tesseraltyme
Forum Replies Created
-
Hi Benjamin,
I have played around more with the plugin and created some events, edited and saved the settings. This video shows my results. So my first confustion about the sidebar widget and calendar page are resolved.I have added two more calendar/events plugins to see if they interfere with this plugin.
- Ajax Event Calendar
- The Events Calendar
My working site where I really need to have a working events plugin is at
https://wncfreedomcenter.org/
This issue came up with a recent update and has not repaired itself. So I have been trying to track down the source of the problem. Since the error message is incorrect, it doesn’t help.Forum: Plugins
In reply to: [Custom Content Shortcode] If name equals not workingSuccess !
Forum: Plugins
In reply to: [Custom Content Shortcode] Escape="true" not workingVersion 2.6.8 has resolved this.
Thank you.After testing Version 2.6.1 The above issue has been resolved. However, there has arisen a new issue that is similarly related.
Example code using SyntaxHighlighter Evolved plugin —
[code lang="html" collapse="true"]your code here[/code]
collapse is a parameter that behaves like a half-toggle. When you click it, it expands. To re-collapse you have to reload the page.All my blog articles use both plugins. for instance, I create a custom field and insert code into it. Then I use Custom Content Shortcode to transfer the code from that custom field to the SyntaxHighlighter Evolved display shortcode.`
[raw][code title="Sample html for custom field 'header-quote'" lang="html"]
[field show_2]
[/code][/raw]`
For the demo page with Custom Content Shortcode plugin disabled try https://tesseraltyme.com/tesseralclone/test-syntaxhighlighter-evolved/ The top sample has collapse parameter true, and the bottom sample has false. If you browse around to a few other blog articles, you will see that Custom Content Shortcodes are not working here.
I generally keep up with updates and I expect your latest update is when this happened.
Forum: Themes and Templates
In reply to: [Destin Basic] how can i add custom posts to home page- Create a page name with slug exactly the name of your custom post type.
- Set that page to the front. WP Admin Dashboard > Settings > Reading
- Read this blog article and download and install/activate the child theme
https://tesseraltyme.com/native-masonry-support-replastered/
Forum: Themes and Templates
In reply to: [Destin Basic] use frontpage theme in other site pagesall your questions will be taken care of with this article. Download the child theme and have fun.
https://tesseraltyme.com/native-masonry-support-replastered/Download the child theme file and install/activate
https://tesseraltyme.com/native-masonry-support-replastered/
Forum: Themes and Templates
In reply to: [Destin Basic] use frontpage theme in other site pagesI noticed that you have extra
<p></p>
tags in your display. That is because you need to implement[raw] (put the loop code inside raw shortcode tags)[/raw]
code for the page. When you use custom content shortcode plugin, you also need to be in “Text” mode of the editor, not “Visual” mode. Also Check Raw Shortcode under WP Dashboard > Settings > Custom Content > SettingsForum: Themes and Templates
In reply to: [Destin Basic] use frontpage theme in other site pagesStyle is a feature of the Custom Content Shortcode Loop program and design decisions I made about it. I substituted the ‘read more’ button for a lightbox feature. To put it back, you only need to more perfectly copy the interior of
<div class="item"></div>
from the front page in your loop program.I feel this question might be off topic and I will more fully answer it in my next blog article.
If you have additional questions that are not theme-related, please contact me through my website.
https://tesseraltyme.com/about/Forum: Plugins
In reply to: [Custom Content Shortcode] css js reserved custom fields not in instructionsThanks.
I think this might solve it. There may be a more elegant solution, but I just stumbled upon this one.
Add the following lines to your style.css file.@media screen and (min-width:761px){figure,.wp-post-image {max-width:710px;}} @media screen and (min-width:621px) and (max-width:760px){figure,.wp-post-image {max-width:600px;}} @media screen and (min-width:480px) and (max-width:620px){figure,.wp-post-image {max-width:450px;}} @media screen and (max-width:479px){figure,.wp-post-image {max-width:260px;}}
Forum: Themes and Templates
In reply to: [Destin Basic] use frontpage theme in other site pagesI have created two instructional videos for your enjoyment.
https://www.youtube.com/watch?feature=player_embedded&v=RzorOWzo1vI
https://www.youtube.com/watch?feature=player_embedded&v=Ki4Q9OVCEDE
Also shown here.
https://tesseraltyme.com/native-masonry-support-for-custom-content/
I hope this helps.Forum: Themes and Templates
In reply to: [Destin Basic] use frontpage theme in other site pagesThis article might help with a workaround.
https://tesseraltyme.com/native-masonry-support-for-custom-content/Forum: Plugins
In reply to: [Summits Alert] Can't login to adminI also have this problem, but I have additional information. The error messages appear to be plugin conflicts. Primarily with All in One WP Security and Firewall when you have selected to rename the login page — To regain login capability, disable (rename) the offending plugin ‘Summits Alert’ and then go back and edit your alert message. If it contains any code, the errors return. Alternately you can deactivate it.