Monarkie DCS
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Curveflow] Missing Comments Box@alxmedia Hi! Thanks for your response! I’m still not sure what caused this issue, but I went through a 2nd time and deactivated all plugins to try to isolate the issue and it started working again somewhere in the process, but I still couldn’t find 1 plugin that was the culprit.
Nevertheless, it appears to be functioning correctly and the comment box is now available. We can consider this issue solved.Forum: Themes and Templates
In reply to: [Curveflow] Missing Comments BoxI forgot to add that I’ve also gone through and deactivated all plugins and checked them one by one with none of them appearing to be the culprit.
Forum: Themes and Templates
In reply to: [onetone] fa-bandcamp doesn’t workOK!…I finally got it to show up.
Here’s what I did (Note: This is with the Magee Shortcodes plugin installed):
I updated these directories with the latest versions of the following files (downloaded from FontAwesome directly with ver. 4.7.0 – https://fontawesome.io/):
Note: you may also want to update these same files in the Onetone directoriesDirectory:
/wp-content/plugins/magee-shortcodes/assets/font-awesome/css/Update these files:
font-awesome.css
font-awesome.min.cssThen in this directory:
/wp-content/plugins/magee-shortcodes/assets/font-awesome/fonts/Update these files:
fontawesome-webfont.eot
fontawesome-webfont.svg
fontawesome-webfont.ttf
fontawesome-webfont.woff
fontawesome-webfont.woff2
FontAwesome.otfThen in your WP Dashboard, you’ll want to go to your “Plugins” section and select the “Editor.” Next, in the upper right hand part of that screen, you’ll want to select “Magee Shortcodes” in the dropdown menu and click “Select.”
Next, you’ll scroll down the right hand side list of pages and click on “magee-shortcodes/inc/options.php”…Once that loads, you’ll want to scroll down and find the following line that begins with:
$icons = array('fa-glass'=>'\f000',
You’ll want to update that line to read…
$icons = array('fa-bandcamp'=>'\f2d5', 'fa-glass'=>'\f000',
Save your changes and refresh your page on the site. You should now see the bandcamp icon. ??
- This reply was modified 7 years, 5 months ago by Monarkie DCS. Reason: formatting, ease of reading
Forum: Plugins
In reply to: [Posts in Page] Works without callsHi! sure thing…
Basically within the the page content (not in the template/editor files), if I use:
[ic_add_posts]
Posts load on that page without issue. However, if I use any of the calls such as:
[ic_add_posts tag='tag-slug']
then none of the posts display and I get a blank area.
Ex.:
One of my tags is “shirts” so I entered:
[ic_add_posts tag='shirts']
and also tried:[ic_add_posts tag=shirts]
…resulting in nothing loading on the page.