mrb33600
Forum Replies Created
-
Forum: Networking WordPress
In reply to: I can see some files in Cpanel but not on the websiteOk, the hosting server replied that they had changed the cpanel due to some security measures. That’s the reason. Now it is ok.
- This reply was modified 6 years, 11 months ago by mrb33600.
You’re welcome.
As far as I understood you want put child sites as a menu item at parent site. Can’t you do that on the appearance/menus section with a “custom links” option?
For example you can write to “Link text” section “Baketball” and to “URL” section the url of the basketball site’s link.
Forum: Themes and Templates
In reply to: [OceanWP] oceanWP canvas not loadingAlso loading the required scripts to get that effect after the conflicting scripts mentioned above solves the problem.
Forum: Themes and Templates
In reply to: [OceanWP] oceanWP canvas not loadingOK, I found it. Lightbox.min.js and main.min.js files of the oceanWP theme prevents the js files which are required to get the shining effect. When I played with the codes of the theme in order not to load those scripts my desired effects occurs.
Frr now, I dont know if disabling those scripts will affect any thing I want to arrange on the site. I will wait and see.
Thanks for your responses.
Forum: Themes and Templates
In reply to: [OceanWP] oceanWP canvas not loadingNo, I selected default template. In order to get the shiner effect as seen in the link I gave there has to be a code in the header php file like: `<div class=”Logo”>
<a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” title=”?zgün Bilgi E?itim Kurumlar?”>
`<div class=”peShiner” style=”position: relative; padding: 0px; outline: 0px; width: 54px; height: 39px;”>
<canvas width=”54″ height=”39″ style=”position: absolute; box-sizing: content-box”></canvas>
</div></div>
anf you need to load the js files in the functions.php file like:
function peshiner_ob () { wp_enqueue_script ('jquery-1.7.min', get_stylesheet_directory_uri () . '/js/jquery-1.7.min.js', array('jquery')); wp_enqueue_script ('peshiner_get', get_stylesheet_directory_uri () . '/js/jquery.pixelentity.shiner.min.js', array('jquery')); wp_enqueue_script ('peshiner_run', get_stylesheet_directory_uri () . '/js/preview.js', array('jquery') ); } add_action( 'wp_enqueue_scripts', 'peshiner_ob' );
and style logo div like:
`.Logo {
width: 100px;
height: 80px;
position: absolute;
margin: 2px 0 0 8px;
}What I want say is I can obtain the shine effect like shown in the web page I mentioned, in the themes other then oceanWP. Some thing in oceanWP prevents it. And I think it is about the canvas property because when inspect this issue with mozilla firefox and look the canvas section it says that “canvas error debugger could not find and requestAnimationFrame or setTimeout loop”. However when I did the same in the themes other than oceanWP no error message appears and canvas property loads the image.
I can that there is no problem with coding I did, I checked it many times and it workes in the themes other than oceanWP.
I dont want to use other theme because of that because I liked oceanWP theme. But I cannot find a solution to that unfortunately I will have to use other themes.
Thanks in advance.
Forum: Fixing WordPress
In reply to: Author’s Page Returns HomepageOk, After 3 days search I understood that it was due to the yoast seo plugin. Solution is here: https://www.ads-software.com/support/topic/plugin-wordpress-seo-by-yoast-author-page-link-still-redirecting-to-homepage/
Forum: Fixing WordPress
In reply to: Categories redirectDo you you use yoast seo? Somethnig like that happened to me because of that plugin.
Forum: Fixing WordPress
In reply to: Maintain image heigth, but reduce width on resizeYou’re welcome, if you need more assistance, let me know.
Best luck.
Forum: Fixing WordPress
In reply to: Maintain image heigth, but reduce width on resizeNormally, you can add links to backgrounds with div element. But if you insist to use this theme’s customization I don’t know how to do it.
You can divide the row in 4 columns with themify builder, then you can insert plain texts to those 4 columns. And you can insert you own codes to those text areas and style them in style.css file. Just to remind, before div element you must write
<a href="your own link"><div> your html codes </div></a>.
And in the css you must write for that div classbackground-image: url(“images’s link”);
I hope it helps.
- This reply was modified 8 years, 3 months ago by mrb33600.
Forum: Fixing WordPress
In reply to: I Have No List Of BlogsWhat is you defined blog post page. Please have a look at settings -> reading -> blog post page.
You’ll see your blog posts’s page there.
Forum: Fixing WordPress
In reply to: Author’s Page Returns HomepageIsn’t there anyone helping me?
Forum: Fixing WordPress
In reply to: Missing ButtonsI looked the codes, yes it is because of transparency. Go to your style.css from appearance->editor.
Change
.et_pb_button{
background: transparent;
}to (forexample if you want red)
.et_pb_button{
background: red;
}Forum: Fixing WordPress
In reply to: website not work correctly in IECould you please share the url?
Forum: Fixing WordPress
In reply to: Author’s Page Returns HomepageEven I changed the theme, disabled every plugin, same problem insists.
Please recommend something. I need to fix that.
- This reply was modified 8 years, 3 months ago by mrb33600.