helldog2018
Forum Replies Created
-
Hi @junjieveer,
If you login inside your back-end, can you check Settings –> General Settings and see what the sireurl of your website is?
If this is an IP adress change this to your domainname veer.tv/blogCheers.
Forum: Fixing WordPress
In reply to: Html code not Working in the iOS app (Amazon affiliate links)Hi @therose15,
What are you adding and are you sure you are adding the links in your text editor?
If you place for example<a href="" target="">BLABLA</a>
inside your text editor it should display as a link.Hi @yapjfq,
Well at first the link to https://tomlines.org.gridhosted.co.uk/category/other-papers/ is an archive where posts are being stored. There the link to https://tomlines.org.gridhosted.co.uk/banking-and-finance/ is an official page. I think the difference is in here.
For that you need to create a normale page and insert the PDF over there
<a href="https://your-website.com/your-file.pdf" target="_blank">Tekst to click for PDF file</a>
If you want this on a post, you then need to make sure the post is placed in the correct category.
Hope this helps.Forum: Fixing WordPress
In reply to: Drop down menu shows whole contentHi @nitehawk,
For some reason it is adding the nav-content to the navigation.
I am not realy sure how to disable this option, but I do know how to remove this with the use of .cssAdd the following line to css:
.nav-content {display: none;}
Cheers.
Forum: Fixing WordPress
In reply to: Semi transparent page background HitchcockHi @azrael77,
Can you give us a link to the website so we can fiddle with it a bit?
EDIT: checked the demo version, go to styles.css on line 705 and CHANGE
.post-container { background: #fff; }
TO.post-container { background: #fff9; }
I am not sure if you use the comments section, but if so you need to edit this one as well on line 1396 CHANGE
.comments-container { background: #fafafa; border-top: 1px solid #ddd; margin-top: 20px; }
TO
.comments-container { background: #fafafa80; /*! border-top: 1px solid #ddd; */ margin-top: 20px; }
And it looks marvelous ??
- This reply was modified 6 years, 11 months ago by helldog2018.
Forum: Fixing WordPress
In reply to: How to centre align the main header menuHi @stratosmaneas,
On styles.css on line 4338 you find
.navbar-nav > li { float: left; }
CHANGE THIS TO
.navbar-nav > li { display: inline-block; }
Also add the following code to style.css
#menu-main-menu {text-align: center; width: 100%;}
Let me know if it worked ??
Forum: Fixing WordPress
In reply to: Me too. Theme installation failedHi @travelnow0,
If automatically uploading your theme does not work, then try manually adding the theme. You can do this my extracting the theme from your zip archive.
Then the theme folder should be uploaded via FTP to wp-content/themes
Hope this helps.Hi @yapjfq,
WordPress does not embed PDF files in pages like video’s and music, therefore you need to install a PDF viewer. Else it will only be a link to your PDF file which they can see outside of your website.
Once installed you can embed PDF files by adding the shortcode
[pdfviewer width="" height=""]https://your-link.com[/pdfviewer]
Hope this helps ya out!
- This reply was modified 6 years, 11 months ago by helldog2018.
Forum: Fixing WordPress
In reply to: Remove too-wide margins in Twenty SixteenHi @johnwmcc,
If you open style.css and go to line 3382 you will find the code
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets { margin-right: 15%; margin-left: 15%; }
Just replace this one with
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets { margin-right: 0px; margin-left: 0px; }
And if I look at the code you wrote as hardcoded 100%, you did it incorrectly.
Now it looks like<div id="primary" class="content-area" width:="" "100%";="">
This should look like<div id="primary" class="content-area" style="width: 100%!important;">
Also if you would like to add an image in this forum, just paste the following code
<img src="https://your-url.com">
- This reply was modified 6 years, 11 months ago by helldog2018.
Forum: Fixing WordPress
In reply to: Wavesurfer.js: Cannot Read Property Canvas of UndefinedHi @emilykellymfr,
I just tested the plugin Seriously Simple Podcast and yes indeed this wavesurfer.js is being called by this plug-in.
To disable this javascript entirely without disabling the plug-in you have to add the following code into functions.php of your theme:add_action( 'wp_head', 'remove_whole_wavesurfer' ); function remove_whole_wavesurfer(){ remove_action('wp_enqueue_scripts', 'ssp_enqueue_wave_surfer'); }
If you want to disable this JavaScript only for certain pages, let me know,therefore we should edit the code a bit.
- This reply was modified 6 years, 11 months ago by helldog2018.
- This reply was modified 6 years, 11 months ago by helldog2018.
Forum: Fixing WordPress
In reply to: menu and header bar disappearedHi @nitehawk,
There are multiple sociale media plug-ins which would do the job good.
Here my top three plug-ins:
1. Monarch Social Sharing Plugin;
2. Simple Share Buttons Adder;
3. Easy Social Share Buttons for WordPress.Also a good counting plug-in would be ADS-WP SITE COUNT Plugin.
Cheers.
Forum: Fixing WordPress
In reply to: Wavesurfer.js: Cannot Read Property Canvas of UndefinedHi,
I could have sworn there was a plugin url to the one I mentioned before, anyway that doesn’t show anymore.
The query is being called on every page, so my best bet is in the header.php or functions.php of your theme.
Let me know if the query is there.
Forum: Developing with WordPress
In reply to: Media widget throws PHP notices and warnings when using SVGHi @benbodhi,
Yeah that indeed solved the problem, good catch.
Guess this topic is solved then ??Forum: Developing with WordPress
In reply to: Media widget throws PHP notices and warnings when using SVGHi @benbodhi,
Yes, I can see it only happens to new websites?
I just created a temporary wordpress install and reproduced the problem on https://temporary.youngsecurity.nl/Will try and help where I can.
Cheers.Forum: Developing with WordPress
In reply to: Media widget throws PHP notices and warnings when using SVGAlso tried it with the ‘Seventeen’ theme.. Still no warnings..
Debug log only producing the following warnings because I disabled caching for a moment:[18-Apr-2018 17:29:57 UTC] PHP Warning: include(/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:29:57 UTC] PHP Warning: include(/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:29:57 UTC] PHP Warning: include(): Failed opening '/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:14 UTC] PHP Warning: include(/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:14 UTC] PHP Warning: include(/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:14 UTC] PHP Warning: include(): Failed opening '/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:16 UTC] PHP Warning: include(/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:16 UTC] PHP Warning: include(/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:16 UTC] PHP Warning: include(): Failed opening '/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:28 UTC] PHP Warning: include(/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:28 UTC] PHP Warning: include(/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:28 UTC] PHP Warning: include(): Failed opening '/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:36 UTC] PHP Warning: include(/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:36 UTC] PHP Warning: include(/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84 [18-Apr-2018 17:30:36 UTC] PHP Warning: include(): Failed opening '/home/youngsecur/domains/youngsecurity.nl/public_html/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/youngsecur/domains/youngsecurity.nl/public_html/wp-settings.php on line 84
- This reply was modified 6 years, 11 months ago by helldog2018.